Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Sep 18, 2024
1 parent 77a6257 commit c48bef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/google_books_telescope/test_google_books_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_telescope(self):
"created": datetime_normalise(now),
"modified": datetime_normalise(now),
"data_interval_start": "2021-03-31T00:00:00+00:00",
"data_interval_end": "2021-04-04T12:00:00+00:00",
"data_interval_end": "2021-03-31T12:00:00+00:00",
"snapshot_date": None,
"partition_date": "2020-02-29T00:00:00+00:00",
"changefile_start_date": None,
Expand All @@ -307,7 +307,7 @@ def test_telescope(self):
"created": datetime_normalise(now),
"modified": datetime_normalise(now),
"data_interval_start": "2021-03-31T00:00:00+00:00",
"data_interval_end": "2021-04-04T12:00:00+00:00",
"data_interval_end": "2021-03-31T12:00:00+00:00",
"snapshot_date": None,
"partition_date": "2020-02-29T00:00:00+00:00",
"changefile_start_date": None,
Expand Down
2 changes: 1 addition & 1 deletion tests/onix_telescope/test_onix_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_telescope(self):
"created": datetime_normalise(now),
"modified": datetime_normalise(now),
"data_interval_start": "2021-03-31T00:00:00+00:00",
"data_interval_end": "2021-04-04T12:00:00+00:00",
"data_interval_end": "2021-03-31T12:00:00+00:00",
"snapshot_date": "2021-03-30T00:00:00+00:00",
"partition_date": None,
"changefile_start_date": None,
Expand Down

0 comments on commit c48bef0

Please sign in to comment.