File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,7 @@ def __get_types(self, catalog):
401401 types .update (catalog .get_types (source ['source' ]))
402402 return types
403403
404+
404405class 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 )
You can’t perform that action at this time.
0 commit comments