Skip to content

Commit a735c45

Browse files
committed
Was wondering but did not expect the test is asseting on the value in actual code
Signed-off-by: M Q <[email protected]>
1 parent 99b9f59 commit a735c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pipeline-generator/tests/test_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def test_monai_version_handling_in_app_generator(self):
553553
)
554554

555555
# Should add fallback MONAI version
556-
assert "monai>=1.5.0" in context3["extra_dependencies"]
556+
assert "monai<=1.5.0" in context3["extra_dependencies"]
557557

558558
def test_inference_config_with_loadimage_transform(self):
559559
"""Test _detect_data_format with LoadImaged transform."""

0 commit comments

Comments
 (0)