1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

attempt all tests in github actions with timezone correction

This commit is contained in:
Kelly Brazil
2021-03-25 20:37:35 -07:00
parent c851e8a58d
commit 111ce92fc9
4 changed files with 0 additions and 1 deletions

View File

@ -26,4 +26,3 @@ class MyTests(unittest.TestCase):
for input_string, expected_output in datetime_map.items(): for input_string, expected_output in datetime_map.items():
self.assertEqual(jc.utils.parse_datetime_to_timestamp(input_string), expected_output) self.assertEqual(jc.utils.parse_datetime_to_timestamp(input_string), expected_output)