Skip to content

Commit

Permalink
Merge pull request #589 from sartography/dev
Browse files Browse the repository at this point in the history
test fix
  • Loading branch information
danfunk authored Dec 5, 2023
2 parents ce472f0 + efff6d9 commit 1d84004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/study/test_study_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_get_all_studies(self, mock_studies, mock_details, mock_docs, mock_inves
num_open += 1
if study['id'] == 65432:
# This study has `null` for DATELASTMODIFIED, so we should use the value in DATECREATED
self.assertEqual('2020-02-19T14:24:55.101695-05:00', study['last_updated'])
self.assertEqual('2020-02-19T14:24:55.101695+00:00', study['last_updated'])
if study['id'] == 11111:
self.assertTrue(False,"Study 11111 is too old to be processed and imported, it should be ignored.")
db_studies_after = session.query(StudyModel).all()
Expand Down

0 comments on commit 1d84004

Please sign in to comment.