Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Aug 29, 2022
1 parent e5a4cfc commit fdeb5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/tests/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,4 +1163,4 @@ def test_setting_entities():
assert getattr(bids_path, entity_name) == value

setattr(bids_path, entity_name, None)
assert getattr(bids_path, entity_name) is None
assert getattr(bids_path, entity_name) is None

0 comments on commit fdeb5ef

Please sign in to comment.