From fa7ff54fb69a296d86dcfa083fdb36f040795fa4 Mon Sep 17 00:00:00 2001 From: Jonas Danke Date: Tue, 18 Feb 2025 09:02:47 +0100 Subject: [PATCH] updated tests with new warning text --- tests/test_edisgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_edisgo.py b/tests/test_edisgo.py index f6c67283..cc6f346d 100755 --- a/tests/test_edisgo.py +++ b/tests/test_edisgo.py @@ -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 )