Skip to content

Commit

Permalink
Fix tests to new attribute name registeranzahl
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-aschloegl committed Oct 11, 2023
1 parent e4396d3 commit ccd125f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_messlokation.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_serialization_required_and_optional_attributes(self) -> None:
)
],
zaehlertyp=Zaehlertyp.DREHSTROMZAEHLER,
tarifart=Registeranzahl.ZWEITARIF,
registeranzahl=Registeranzahl.ZWEITARIF,
zaehlerkonstante=Decimal(0.9),
eichung_bis=datetime(2022, 1, 1, 0, 0, 0),
externe_referenzen=[ExterneReferenz(ex_ref_name="zaehler im anderen system", ex_ref_wert="7890")],
Expand Down
2 changes: 1 addition & 1 deletion tests/test_zaehler.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
],
zaehlertyp=Zaehlertyp.DREHSTROMZAEHLER,
tarifart=Registeranzahl.ZWEITARIF,
registeranzahl=Registeranzahl.ZWEITARIF,
zaehlerkonstante=Decimal(0.9),
eichung_bis=datetime(2022, 1, 1, 0, 0, 0),
externe_referenzen=[ExterneReferenz(ex_ref_name="zaehler im anderen system", ex_ref_wert="7890")],
Expand Down

0 comments on commit ccd125f

Please sign in to comment.