Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Bong committed Nov 19, 2020
1 parent 8e12e24 commit 5ab35c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_homecontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def test_hasattr(self):
if callable(getattr(self.homecontrol, func)) and not func.startswith("__")]
assert set(MESSAGE_TYPES.values()) - set(homecontrol_functions) == {"_gateway_accessible", "_device_state"}


def test_binary_sensor_devices(self):
assert hasattr(self.homecontrol.binary_sensor_devices[0], "binary_sensor_property")

Expand Down

0 comments on commit 5ab35c2

Please sign in to comment.