Skip to content

Commit

Permalink
Merge pull request #156 from natekspencer/dependabot/pip/mypy-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
2 parents 4b83cf3 + 4244c8d commit 3c4507d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tests/test_litterrobot4.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ async def test_litter_robot_4_cleaning(mock_account: Account) -> None:

# simulate update to cleaning
robot._update_data({"robotStatus": "ROBOT_CLEAN"}, partial=True)
assert robot.status == LitterBoxStatus.CLEAN_CYCLE
status = LitterBoxStatus.CLEAN_CYCLE
assert robot.status == status
assert robot.status_code == "CCP"
assert robot.litter_level == 40

Expand Down

0 comments on commit 3c4507d

Please sign in to comment.