From 82a5124d64bf644aa2c0635cbd1c424b493c5d35 Mon Sep 17 00:00:00 2001 From: Swann Date: Mon, 26 Jul 2021 18:16:21 +0200 Subject: [PATCH] fix: unit tests --- multi_user/libs/replication | 2 +- tests/test_operators.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multi_user/libs/replication b/multi_user/libs/replication index d7f2be3..d69f259 160000 --- a/multi_user/libs/replication +++ b/multi_user/libs/replication @@ -1 +1 @@ -Subproject commit d7f2be38890e46ab2cf4ce96c0c13d9397911882 +Subproject commit d69f25904664088c946f0fdfd27b3d8a630c7a83 diff --git a/tests/test_operators.py b/tests/test_operators.py index 29bbe8d..d1df9f4 100644 --- a/tests/test_operators.py +++ b/tests/test_operators.py @@ -8,7 +8,7 @@ import random def test_start_session(): - result = bpy.ops.session.start() + result = bpy.ops.session.host() assert 'FINISHED' in result