We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a14740 commit 7b5646eCopy full SHA for 7b5646e
1 file changed
tests/test_smile.py
@@ -1094,6 +1094,14 @@ async def test_connect_anna_v4(self):
1094
good_schedules=["Standaard", "Thuiswerken"],
1095
)
1096
assert result
1097
+ result = await self.tinker_temp_offset(
1098
+ smile, "01b85360fdd243d0aaad4d6ac2a5ba7e"
1099
+ )
1100
+ assert result
1101
1102
+ smile, "0466eae8520144c78afb29628384edeb"
1103
1104
+ assert not result
1105
await smile.close_connection()
1106
await self.disconnect(server, client)
1107
0 commit comments