Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Apr 25, 2024
1 parent a293360 commit fb03502
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nwb2bids/test/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ def test_reposit(nwb_testdata, tmp_path):
assert files == []
if root == os.path.join(tmp_path, 'sub-1234', 'ses-20240309', 'ephys'):
assert dirs == []
assert set(files) == set(['sub-1234contacts.tsv', 'sub-1234channels.tsv', 'sub-1234_ses-20240309_ephys.nwb', 'sub-1234probes.tsv'])
assert set(files) == set([
'sub-1234_contacts.tsv',
'sub-1234_channels.tsv',
'sub-1234_probes.tsv',
'sub-1234_ses-20240309_ephys.nwb',
])

0 comments on commit fb03502

Please sign in to comment.