From dadb09b74a69d1852f8433e0e32ccdd67bd91181 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 19:52:43 -0700 Subject: [PATCH] force github action --- tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_utils.py b/tests/test_utils.py index 916b54b9..4a47d0cf 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -26,3 +26,4 @@ class MyTests(unittest.TestCase): for input_string, expected_output in datetime_map.items(): self.assertEqual(jc.utils.parse_datetime_to_timestamp(input_string), expected_output) +