Skip to content

Commit

Permalink
Merge branch 'bugfix-single-obs-key' of https://github.com/zincware/Z…
Browse files Browse the repository at this point in the history
…nH5MD into bugfix-single-obs-key
  • Loading branch information
PythonFZ committed Dec 6, 2024
2 parents 5da3ca4 + 558e965 commit f14a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_single_obs_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_single_entry_calc(tmp_path):
io.extend([water for _ in range(5)])
assert len(io) == 6
assert len(io[:]) == 6
assert len(list(io)) == 6
assert len(list(io)) == 6

0 comments on commit f14a92b

Please sign in to comment.