Skip to content

Commit

Permalink
Adjust test for h5py change
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed May 7, 2024
1 parent 247bbee commit d002c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_h5_empty_key():

format = H5()

with pytest.raises(FormatError, match="cannot be an empty string"):
with pytest.raises(FormatError, match="key not found ''"):
format.get_value(file, "")


Expand Down

0 comments on commit d002c69

Please sign in to comment.