Skip to content

Commit 6704456

Browse files
committed
Add testing-time
1 parent 20ad7dc commit 6704456

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
@@ -3976,7 +3976,7 @@ async def test_connect_anna_heatpump_heating(self):
39763976
# Now change some data and change directory reading xml from
39773977
# emulating reading newer dataset after an update_interval
39783978
self.smile_setup = "updated/anna_heatpump_heating"
3979-
await self.device_test(smile, testdata, initialize=False)
3979+
await self.device_test(smile, "2020-04-12 00:00:01", testdata, initialize=False)
39803980
await smile.close_connection()
39813981
await self.disconnect(server, client)
39823982

0 commit comments

Comments
 (0)