Skip to content

Commit d45067b

Browse files
committed
fixed unittest
1 parent 55325ac commit d45067b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/compas/test_plugins.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,5 @@ def test_importer_fail_silently():
7171
is_importable = importer.check_importable("compas")
7272
assert is_importable
7373

74-
is_importable = importer.check_importable("Rhino")
75-
assert not is_importable
76-
77-
is_importable = importer.check_importable("Grasshopper")
74+
is_importable = importer.check_importable("module_which_does_not_exist")
7875
assert not is_importable

0 commit comments

Comments
 (0)