Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kenneally authored Jun 22, 2024
1 parent 2020adb commit 23b1206
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_bids2table.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ def test_bids2table_exclude(tmp_path: Path):
)

# Check that the excluded strings are not in the indexed table
for excluded in exclude_list:
assert excluded not in tab['ent__sub'].values

assert 'ent__datatype' in tab.columns
assert 'anat' not in tab['ent__datatype'].values

if __name__ == "__main__":
pytest.main([__file__])

0 comments on commit 23b1206

Please sign in to comment.