Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix tests (#575)
Browse files Browse the repository at this point in the history
* fix tests

* black
  • Loading branch information
Thomas55555 committed Feb 29, 2024
1 parent 076baa1 commit 563ac5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/husqvarna_automower/tests/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"system": {
"name": "Test Mower 1",
"model": "450XH-TEST",
"serialNumber": "123",
},
"metadata": {"connected": True, "statusTimestamp": 1685899526195},
"calendar": {
Expand Down Expand Up @@ -126,6 +127,7 @@
"system": {
"name": "Test Mower 2",
"model": "450XH-TEST",
"serialNumber": "123",
},
"metadata": {"connected": True, "statusTimestamp": 1685899526195},
"calendar": {
Expand Down

0 comments on commit 563ac5c

Please sign in to comment.