Skip to content

Commit

Permalink
fix comment in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jul 15, 2024
1 parent 87052ae commit 2dc0195
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 @@ -554,7 +554,7 @@ def can_read_file_old_version(self):
# write the example file
with NWBHDF5IO(self.path, 'w') as io:
io.write(self.nwbfile)
# remove the version attribute
# set the version attribute <2.0
with File(self.path, mode='a') as io:
io.attrs['nwb_version'] = "1.0.5"
self.assertFalse(NWBHDF5IO.can_read(self.path))
Expand Down

0 comments on commit 2dc0195

Please sign in to comment.