Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
drbacke committed Jan 2, 2025
1 parent f2b7e5d commit 4d052e3
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 7 deletions.
12 changes: 6 additions & 6 deletions tests/test_elecpriceakkudoktor.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ def test_request_forecast(mock_get, elecprice_provider, sample_akkudoktor_1_json

assert isinstance(akkudoktor_data, AkkudoktorElecPrice)
assert akkudoktor_data.values[0] == AkkudoktorElecPriceValue(
start_timestamp=1733871600000,
end_timestamp=1733875200000,
start="2024-12-10T23:00:00.000Z",
end="2024-12-11T00:00:00.000Z",
marketprice=115.94,
start_timestamp=1733785200000,
end_timestamp=1733788800000,
start="2024-12-09T23:00:00.000Z",
end="2024-12-10T00:00:00.000Z",
marketprice=92.85,
unit="Eur/MWh",
marketpriceEurocentPerKWh=11.59,
marketpriceEurocentPerKWh=9.29,
)


Expand Down
Loading

0 comments on commit 4d052e3

Please sign in to comment.