Skip to content

Commit

Permalink
Add key check for NeXus repository
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Nov 2, 2023
1 parent 01507d0 commit b51d513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dataconverter/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def test_writing_of_root_attributes(caplog):
assert template["/@file_name"] == filename
assert "/@file_time" in keys_added
assert "/@file_update_time" in keys_added
assert "/@NeXus_repository" in keys_added
assert "/@NeXus_version" in keys_added
assert "/@HDF5_version" in keys_added
assert "/@h5py_version" in keys_added
Expand Down

0 comments on commit b51d513

Please sign in to comment.