Skip to content

Commit

Permalink
FIX: Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 13, 2022
1 parent 869f87d commit a74c895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne_bids/tests/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ def test_find_empty_room(return_bids_test_dir, tmp_path):

# Raises an error if the file is missing
os.remove(er_associated_bids_path.fpath)

with pytest.raises(FileNotFoundError, match='Empty-room BIDS .* not foun'):
bids_path.find_empty_room(use_sidecar_only=True)

Expand Down

0 comments on commit a74c895

Please sign in to comment.