Skip to content

Commit

Permalink
Fix asset in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 7, 2024
1 parent 4c6f9dc commit 2d7b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_nwbzarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def test_read_nwb(self):
self.write_test_file()
nwbfile = NWBZarrIO.read_nwb(path=self.filepath)
self.assertEqual(len(nwbfile.devices), 1)
self.assertEqual(nwbfile.experimenter, "Dr. Bilbo Baggins")
self.assertTupleEqual(nwbfile.experimenter, ('Dr. Bilbo Baggins',))

0 comments on commit 2d7b77f

Please sign in to comment.