Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Dec 31, 2024
1 parent 67b9f42 commit 07aaea9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/sync/tandemsource/test_process_device_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def test_single_event_no_last_uploaded(self):
'pump': {
'clock': '2024-12-03 23:40:23-05:00',
'battery': {
'status': '48%',
'percent': 48,
'status': '32%',
'percent': 32,
'voltage': 14.08
}
},
Expand Down Expand Up @@ -93,8 +93,8 @@ def test_multiple_event_with_last_uploaded(self):
'pump': {
'clock': '2024-12-04 02:30:23-05:00',
'battery': {
'status': '47%',
'percent': 47,
'status': '31%',
'percent': 31,
'voltage': 13.824
}
},
Expand Down Expand Up @@ -137,8 +137,8 @@ def test_multiple_event_only_latest_applied(self):
'pump': {
'clock': '2024-12-04 05:50:23-05:00',
'battery': {
'status': '46%',
'percent': 46,
'status': '30%',
'percent': 30,
'voltage': 13.568
}
},
Expand Down

0 comments on commit 07aaea9

Please sign in to comment.