Skip to content

Commit af450b6

Browse files
authored
flake8
1 parent 166f9d6 commit af450b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/form_tests/test_io_hdf5_h5tools.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ def __get_types(self, catalog):
401401
types.update(catalog.get_types(source['source']))
402402
return types
403403

404+
404405
class TestLinkResolution(unittest.TestCase):
405406

406407
def test_link_resolve(self):
@@ -428,6 +429,7 @@ def test_link_resolve(self):
428429
data=[1., 2., 3.],
429430
rate=0.0,
430431
electrodes=etr)
432+
nwbfile.add_acquisition(electrical_series)
431433
with NWBHDF5IO(self.path, 'w') as io:
432434
io.write(nwbfile)
433435
with NWBHDF5IO(self.path, 'r') as io:
@@ -436,6 +438,7 @@ def test_link_resolve(self):
436438
def setUp(self):
437439
self.path = "test_link_resolve.nwb"
438440

441+
439442
def tearDown(self):
440443
if os.path.exists(self.path):
441444
os.remove(self.path)

0 commit comments

Comments
 (0)