Skip to content

Commit

Permalink
Fix rebase.
Browse files Browse the repository at this point in the history
JoeZiminski committed Oct 20, 2023
1 parent 19cf7a6 commit d83b3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_integration/test_make_folders.py
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ def test_every_datatype_passed(
subs = ["sub-001", "sub-002"]
sessions = ["ses-001", "ses-002"]

project.make_sub_folders(subs, sessions, datatypes_to_make)
project.make_folders(subs, sessions, datatypes_to_make)

# Check folder tree is not made but all others are
test_utils.check_folder_tree_is_correct(

0 comments on commit d83b3cf

Please sign in to comment.