Skip to content

Commit 78a482e

Browse files
committed
Update test-case data
1 parent bdf40b2 commit 78a482e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4822,9 +4822,9 @@ async def test_connect_anna_loria_cooling_active(self):
48224822
async def test_connect_anna_loria_driessens(self):
48234823
"""Test an Anna with a Loria in heating mode - state idle."""
48244824
testdata = {}
4825-
self.smile_setup = "Driessens"
4825+
self.smile_setup = "anna_loria_driessens"
48264826
server, smile, client = await self.connect_wrapper()
4827-
# assert smile.smile_hostname == "smile000000"
4827+
assert smile.smile_hostname == "smile000000"
48284828

48294829
_LOGGER.info("Basics:")
48304830
_LOGGER.info(" # Assert type = thermostat")

0 commit comments

Comments
 (0)