Skip to content

Commit

Permalink
sml: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Dec 18, 2023
1 parent 0d07d47 commit 9b79383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sml/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def plugin(self):

self.sh = MockSmartHome()
plugin = Sml(self.sh)
plugin.alive = True
plugin.connect()
plugin.data = SmlPacketReader()
plugin._serial = plugin.data
Expand Down

0 comments on commit 9b79383

Please sign in to comment.