Skip to content

Commit cfb2d18

Browse files
committed
fixed unittest
1 parent fe1d497 commit cfb2d18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/compas/test_plugins.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ def test_dot_net_exception_without_rhino():
5858
from compas.plugins import DotNetException
5959

6060
assert DotNetException is not None
61-
from compas.plugins import DummyDotNetException
62-
63-
assert DotNetException == DummyDotNetException
61+
assert issubclass(DotNetException, BaseException)
6462

6563

6664
def test_importer_fail_silently():

0 commit comments

Comments
 (0)