From ef69a7cb05ad964bdd48577a6f8f68a9ff4be285 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 12 Dec 2023 14:37:58 +0100 Subject: [PATCH] flake --- tests/integration/hdf5/test_io.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/hdf5/test_io.py b/tests/integration/hdf5/test_io.py index 77e3256c4..d68334c89 100644 --- a/tests/integration/hdf5/test_io.py +++ b/tests/integration/hdf5/test_io.py @@ -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"] @@ -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) -