Skip to content

Commit

Permalink
Corrected log message in TC_DEM_2.9 step 4b
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Aug 28, 2024
1 parent 65af1b3 commit 17edc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_9.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def test_TC_DEM_2_9(self):
asserts.assert_is_not_none(forecast.slots[0].maxPower)
asserts.assert_is_not_none(forecast.slots[0].nominalEnergy)
else:
logging.info('Device does not support StateForecastReporting. Skipping step 4b')
logging.info('Device does not support PowerForecastReporting. Skipping step 4b')

self.step("5")
await self.send_test_event_trigger_forecast_clear()
Expand Down

0 comments on commit 17edc0c

Please sign in to comment.