Skip to content

Commit

Permalink
🩹wtf are you (not) doin', black
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Jan 22, 2024
1 parent c8c85c2 commit e90d539
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unittests/test_validation_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ async def test_good_data_set(self, resource_validation_manager: ValidationManage
good_data_set = TripicaResourceLoaderDataSet.model_construct(
marktlokation=Marktlokation.model_construct( # type: ignore[call-arg]
marktlokations_id="01234567890",
zugehoerige_messlokation=Messlokationszuordnung.model_construct(gueltig_seit=datetime(2023, 2, 8)), # type: ignore[call-arg]
zugehoerige_messlokation=Messlokationszuordnung.model_construct( # type: ignore[call-arg]
gueltig_seit=datetime(2023, 2, 8)
),
),
messlokation=Messlokation.model_construct(messlokations_id="DE0123401234012340123401234012340"),
vertrag=Vertrag.model_construct(sparte=Sparte.STROM), # type: ignore[call-arg]
Expand Down

0 comments on commit e90d539

Please sign in to comment.