Skip to content

Commit

Permalink
Add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jun 1, 2023
1 parent 250fae2 commit 92b8345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def test_time_data(self):
for time_data in server_time:
self.assertIsNotNone(time_data)
# Check that the week day was interpreted properly
print(server_time)
adjusted_time = time.localtime(time.mktime(server_time))
self.assertEqual(server_time.tm_wday, adjusted_time.tm_wday)

Expand Down

0 comments on commit 92b8345

Please sign in to comment.