diff --git a/tests/test_history.py b/tests/test_history.py index 6b7aec4d..36fa4f07 100644 --- a/tests/test_history.py +++ b/tests/test_history.py @@ -1107,7 +1107,7 @@ class TestHistoryContainerResize(TestCase): specs = {spec.key_str: spec} initial_sids = [1] initial_dt = pd.Timestamp( - '2013-06-28 13:31AM' + '2013-06-28 13:31' if data_frequency == 'minute' else '2013-06-28 12:00AM', tz='UTC', @@ -1172,7 +1172,7 @@ class TestHistoryContainerResize(TestCase): specs = {spec.key_str: spec} initial_sids = [1] initial_dt = pd.Timestamp( - '2013-06-28 13:31AM' + '2013-06-28 13:31' if data_frequency == 'minute' else '2013-06-28 12:00AM', tz='UTC', @@ -1229,7 +1229,7 @@ class TestHistoryContainerResize(TestCase): specs = {spec.key_str: spec} initial_sids = [1] initial_dt = pd.Timestamp( - '2013-06-28 13:31AM' + '2013-06-28 13:31' if data_frequency == 'minute' else '2013-06-28 12:00AM', tz='UTC',