Skip to content

Commit

Permalink
Hound error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 26, 2017
1 parent fc596f8 commit 3911b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/tests/test_airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def test_status_without_led_b_and_with_bright(self):
self.device.state["bright"] = self.device.state["led_b"]
del self.device.state["led_b"]

assert self.state().led_brightness == \
LedBrightness(self.device.start_state["led_b"])
assert self.state().led_brightness == LedBrightness(
self.device.start_state["led_b"])

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

0 comments on commit 3911b40

Please sign in to comment.