Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 9, 2024
1 parent 5e9c610 commit db47088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_rapidtide/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_init_rapidtide_wf(tmp_path_factory):
from fmripost_rapidtide.workflows.rapidtide import init_rapidtide_wf
from fmripost_rapidtide.workflows.base import init_rapidtide_wf

tempdir = tmp_path_factory.mktemp('test_init_rapidtide_wf')

Expand Down

0 comments on commit db47088

Please sign in to comment.