Skip to content

Commit 71e6f57

Browse files
committed
Fix year error
1 parent 85b0ce6 commit 71e6f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stick_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# generate energy log timestamps with fixed hour timestamp used in tests
1616
# 2025-04-03 22:00:00
17-
hour_timestamp = datetime(25, 4, 3, 22, 0, 0) # utc_now.replace(minute=0, second=0, microsecond=0)
17+
hour_timestamp = datetime(2025, 4, 3, 22, 0, 0) # utc_now.replace(minute=0, second=0, microsecond=0)
1818

1919
LOG_TIMESTAMPS = {}
2020
_one_hour = timedelta(hours=1)

0 commit comments

Comments
 (0)