Skip to content

Commit

Permalink
fix naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jan 11, 2023
1 parent 97280c5 commit 111aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_beginn_msb_maus.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_maus_creation_11043_52e(self, datafiles):
@pytest.mark.datafiles("./edifact-templates/edi/UTILMD/UTILMD5.2e.template")
@pytest.mark.datafiles("../../machine-readable_anwendungshandbuecher/FV2210/UTILMD/flatahb/11044.json")
@pytest.mark.datafiles("../unit_tests/migs/FV2210/segment_group_hierarchies/sgh_utilmd.json")
def test_maus_creation_11042_52e(self, datafiles):
def test_maus_creation_11044_52e(self, datafiles):
create_maus_and_assert(
flat_ahb_path=Path(datafiles) / "11044.json",
sgh_path=Path(datafiles) / "sgh_utilmd.json",
Expand Down

0 comments on commit 111aa49

Please sign in to comment.