We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86beb commit cb1ca51Copy full SHA for cb1ca51
tests/unit/test_platform_event_manager.py
@@ -200,5 +200,5 @@ def listener(data: Any) -> None:
200
await asyncio.sleep(0.1)
201
assert len(event_calls) == 1
202
assert event_calls[0] is not None
203
- assert event_calls[0]['cpuInfo']['usedRatio'] == 8.45549815498155
+ assert event_calls[0]['cpuInfo']['usedRatio'] == 0.0845549815498155
204
event_calls.clear()
0 commit comments