File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ def __str__(self) -> str:
60
60
"25" : EdifactFormat .UTILTS ,
61
61
"91" : EdifactFormat .CONTRL ,
62
62
"92" : EdifactFormat .APERAK ,
63
- "44" : EdifactFormat .UTILMD , # UTILMD for GAS since FV2310
64
- "55" : EdifactFormat .UTILMD , # UTILMD for STROM since FV2310
63
+ "44" : EdifactFormat .UTILMDG , # UTILMD for GAS since FV2310
64
+ "55" : EdifactFormat .UTILMDS , # UTILMD for STROM since FV2310
65
65
}
66
66
67
67
Original file line number Diff line number Diff line change 11
11
pytest .param ("11042" , EdifactFormat .UTILMD ),
12
12
("13002" , EdifactFormat .MSCONS ),
13
13
("25001" , EdifactFormat .UTILTS ),
14
- ("44001" , EdifactFormat .UTILMD ),
15
- ("55001" , EdifactFormat .UTILMD ),
14
+ ("11001" , EdifactFormat .UTILMD ),
15
+ ("44001" , EdifactFormat .UTILMDG ),
16
+ ("55001" , EdifactFormat .UTILMDS ),
16
17
],
17
18
)
18
19
def test_pruefi_to_format (pruefi : str , expected : EdifactFormat ) -> None :
You can’t perform that action at this time.
0 commit comments