Skip to content

Commit

Permalink
State mixed up.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 17, 2018
1 parent 1061f8a commit 061566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/tests/test_airconditioningcompanion.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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 == 'on'
assert self.state().led == 'off'

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

0 comments on commit 061566d

Please sign in to comment.