Skip to content

Commit

Permalink
Update expected number of files in test_example_datasets_click.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison authored Jun 17, 2024
1 parent 89ccbb4 commit 4c98692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_example_datasets_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from bids2openminds.converter import convert_click
from click.testing import CliRunner

(test_data_set, number_of_openminds_files) = ("ds003", 101)
(test_data_set, number_of_openminds_files) = ("ds003", 102)


def test_example_datasets_click():
Expand Down

0 comments on commit 4c98692

Please sign in to comment.