Skip to content

Commit

Permalink
Update tests/test_inspector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
CodyCBakerPhD and stephprince authored Sep 27, 2024
1 parent bf48ab0 commit 5e1d20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def test_check_unique_identifiers_pass(self):


class TestCheckUniqueIdentifiersFailHDF5(TestCase):
BackendIOClass = BACKEND_IO_CLASSES["zarr"]
BackendIOClass = BACKEND_IO_CLASSES["hdf5"]
skip_validate = True
maxDiff = None

Expand Down

0 comments on commit 5e1d20a

Please sign in to comment.