Skip to content

Commit

Permalink
Tests updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 6, 2018
1 parent 65e5eae commit b3831f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/tests/test_airconditioningcompanion.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def test_status(self):
assert self.state().swing_mode is False
assert self.state().fan_speed == FanSpeed.Low
assert self.state().mode == OperationMode.Auto
assert self.state().led == 'off'

def test_status_without_temperature(self):
self.device._reset_state()
Expand Down

0 comments on commit b3831f4

Please sign in to comment.