Skip to content

Commit

Permalink
Merge pull request smarthomeNG#868 from Morg42/develop
Browse files Browse the repository at this point in the history
sml: fix tests
  • Loading branch information
Morg42 authored Dec 18, 2023
2 parents 7a615a5 + 9b79383 commit fb3dcb7
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 fb3dcb7

Please sign in to comment.