Skip to content

Commit 3a7f98b

Browse files
committed
Forgotten - 2
1 parent a18e91d commit 3a7f98b

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
@@ -1770,7 +1770,7 @@ async def test_connect_stretch_v31(self):
17701770
_LOGGER.info(" # Assert no master thermostat")
17711771
assert smile.single_master_thermostat() is None # it's not a thermostat :)
17721772

1773-
smile.get_all_devices()
1773+
smile._get_all_devices()
17741774
await self.device_test(smile, testdata)
17751775

17761776
await smile.close_connection()
@@ -1820,7 +1820,7 @@ async def test_connect_stretch_v23(self):
18201820
)
18211821
assert switch_change
18221822

1823-
smile.get_all_devices()
1823+
smile._get_all_devices()
18241824
await self.device_test(smile, testdata)
18251825

18261826
await smile.close_connection()

0 commit comments

Comments
 (0)