Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 13, 2025
1 parent 131dd3e commit 0e4e7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cubids/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def test_remove_metadata_fields_command_with_test_dataset(tmp_path):

# Choose a field that exists in the JSON
field_to_remove = next(iter(original_json.keys()))
assert field_to_remove in original_json

# Run remove-metadata-fields
_main(["remove-metadata-fields", str(bids_dir), "--fields", field_to_remove])
Expand Down

0 comments on commit 0e4e7d2

Please sign in to comment.