Skip to content

Commit 17edc0c

Browse files
committed
Corrected log message in TC_DEM_2.9 step 4b
1 parent 65af1b3 commit 17edc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEM_2_9.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def test_TC_DEM_2_9(self):
108108
asserts.assert_is_not_none(forecast.slots[0].maxPower)
109109
asserts.assert_is_not_none(forecast.slots[0].nominalEnergy)
110110
else:
111-
logging.info('Device does not support StateForecastReporting. Skipping step 4b')
111+
logging.info('Device does not support PowerForecastReporting. Skipping step 4b')
112112

113113
self.step("5")
114114
await self.send_test_event_trigger_forecast_clear()

0 commit comments

Comments
 (0)