From 44b036dcb03d204c0339d935b48140faa07c7fb2 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 6 Nov 2024 18:03:20 -0800 Subject: [PATCH] Remove extra skip on unittest --- tests/unit/test_nwbzarrio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_nwbzarrio.py b/tests/unit/test_nwbzarrio.py index 237df618..12e4f5f0 100644 --- a/tests/unit/test_nwbzarrio.py +++ b/tests/unit/test_nwbzarrio.py @@ -43,7 +43,6 @@ def write_test_file(self): with NWBZarrIO(path=self.filepath, mode="w") as io: io.write(nwbfile) - @unittest.skip def test_read_nwb(self): """ Test reading a local file with NWBZarrIO.read_nwb.