File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def test_behavioral_subjective(self):
28
28
29
29
BehavioralSubjective .main ()
30
30
file_count_end = get_number_of_files_in_output ()
31
- self .assertGreaterEqual (75 , file_count_end ) # pipeline should create 74 files + .gitkeep
31
+ self .assertGreaterEqual (file_count_end , 75 ) # pipeline should create 74 files + .gitkeep
32
32
33
33
def test_behavioral_brain (self ):
34
34
empty_output_dir ()
@@ -38,7 +38,7 @@ def test_behavioral_brain(self):
38
38
39
39
BehavioralBrain .main ()
40
40
file_count_end = get_number_of_files_in_output ()
41
- self .assertGreaterEqual (13 , file_count_end ) # pipeline should create 12 files + .gitkeep
41
+ self .assertGreaterEqual (file_count_end , 13 ) # pipeline should create 12 files + .gitkeep
42
42
43
43
def test_brain_activation (self ):
44
44
empty_output_dir ()
@@ -48,7 +48,7 @@ def test_brain_activation(self):
48
48
49
49
BrainActivationAnalysis .main ()
50
50
file_count_end = get_number_of_files_in_output ()
51
- self .assertGreaterEqual (211 , file_count_end ) # pipeline should create 210 files + .gitkeep
51
+ self .assertGreaterEqual (file_count_end , 211 ) # pipeline should create 210 files + .gitkeep
52
52
53
53
54
54
if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments