Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Sep 11, 2023
1 parent 180cd91 commit bff8488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/client/dataset_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def derived_dataset(scicat_access):
def test_get_dataset_model(scicat_client, key):
dset = INITIAL_DATASETS[key]
downloaded = scicat_client.get_dataset_model(dset.pid)
# The backend may update the dataset after upload.
# We cannot easily predict when that happens.
downloaded.updatedAt = dset.updatedAt
assert downloaded == dset


Expand Down

0 comments on commit bff8488

Please sign in to comment.