Skip to content

Commit

Permalink
updated tests with new warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Feb 18, 2025
1 parent f4253bf commit fa7ff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_edisgo.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_set_time_series_active_power_predefined(self, caplog):
# check warning
self.edisgo.set_time_series_active_power_predefined()
assert (
"When setting time series using predefined profiles it is better"
"The EDisGo.TimeSeries.timeindex is empty. By default, this function"
in caplog.text
)

Expand Down

0 comments on commit fa7ff54

Please sign in to comment.