Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 12, 2023
1 parent 0c07566 commit ef69a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/hdf5/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_write_no_cache_spec(self):
io.write(self.container, cache_spec=False)
with File(self.path, 'r') as f:
self.assertNotIn('specifications', f)

def test_file_creation_io_modes(self):
io_modes_that_create_file = ["w", "w-", "x"]

Expand Down Expand Up @@ -531,4 +531,3 @@ def test_round_trip_with_pathlib_path(self):
with NWBHDF5IO(pathlib_path, 'r') as io:
read_file = io.read()
self.assertContainerEqual(read_file, self.nwbfile)

0 comments on commit ef69a7c

Please sign in to comment.