Skip to content

Commit 23cd89f

Browse files
committed
adjust
1 parent 6092b8f commit 23cd89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compas/scene/test_scene_serialisation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def assert_is_data_equal(obj1, obj2, path=""):
111111
def test_scene_serialisation(items, mocker):
112112

113113
if compas.IPY:
114-
mocker.patch("compas.scene.context.compas.is_rhino", return_value=False)
114+
mocker.patch("compas.scene.context.detect_current_context", return_value=None)
115115

116116
scene1 = Scene()
117117
for item in items:

0 commit comments

Comments
 (0)