Skip to content

Commit a5e6b23

Browse files
committed
Fix assert-value
1 parent 9c82494 commit a5e6b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ async def test_adam_plus_jip(self):
14771477
# Woonkamer
14781478
"f61f1a2535f54f52ad006a3d18e459ca": {
14791479
"sensors": [
1480-
{"id": "humidity", "state": 56},
1480+
{"id": "humidity", "state": 56.2},
14811481
]
14821482
}
14831483
}

0 commit comments

Comments
 (0)