Skip to content

Commit

Permalink
Update proper file names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Mar 20, 2024
1 parent b97e691 commit bf958de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb2bids/test/test_reformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_reformat_all(nwb_testdata, tmp_path):
assert files == []
if root == os.path.join(tmp_path, 'sub-1234', 'ses-20240309', 'ephys'):
assert dirs == []
assert files == ['contacts.tsv', 'sub-1234_ses-20240309_ephys.nwb', 'probes.tsv', 'channels.tsv']
assert files == ['sub-1234contacts.tsv', 'sub-1234channels.tsv', 'sub-1234_ses-20240309_ephys.nwb', 'sub-1234probes.tsv']

0 comments on commit bf958de

Please sign in to comment.