Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Apr 29, 2020
1 parent 83be677 commit 1f1b782
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miio/tests/test_vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def test_status(self):

status = self.status()
assert status.is_on is False
assert status.dnd is True
assert status.clean_time == datetime.timedelta()
assert status.error_code == 0
assert status.error == "No error"
Expand Down

0 comments on commit 1f1b782

Please sign in to comment.