Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 15, 2024
1 parent 2dc0195 commit 82a394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/hdf5/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def test_can_read_file_no_version(self):
# assert can_read returns False
self.assertFalse(NWBHDF5IO.can_read(self.path))

def can_read_file_old_version(self):
def test_can_read_file_old_version(self):
# write the example file
with NWBHDF5IO(self.path, 'w') as io:
io.write(self.nwbfile)
Expand Down

0 comments on commit 82a394f

Please sign in to comment.