Skip to content

Commit

Permalink
[TEST] Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
elodiegermani1 committed Dec 14, 2023
1 parent 0fbfe4d commit a06cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/test_team_43FJ.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_create():
@mark.unit_test
def test_outputs():
""" Test the expected outputs of a PipelineTeam43FJ object """
pipeline = PipelineTeam()
pipeline = PipelineTeam43FJ()
# 1 - 1 subject outputs
pipeline.subject_list = ['001']
assert len(pipeline.get_preprocessing_outputs()) == 6*4
Expand Down

0 comments on commit a06cbc6

Please sign in to comment.