From 0130e7fc09531311496ee632a22f021d17b83f1a Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 8 Mar 2018 21:22:53 +0000 Subject: [PATCH] fix test --- tests/functional/openlp_core/api/endpoint/test_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core/api/endpoint/test_controller.py b/tests/functional/openlp_core/api/endpoint/test_controller.py index 67440b20d..56594c4e8 100644 --- a/tests/functional/openlp_core/api/endpoint/test_controller.py +++ b/tests/functional/openlp_core/api/endpoint/test_controller.py @@ -73,4 +73,4 @@ class TestController(TestCase): # WHEN: I trigger the method controller_direction(None, "live", "previous") # THEN: The correct method is called - self.mocked_live_controller.slidecontroller_live_previous.emit.assert_called_once() + self.mocked_live_controller.slidecontroller_live_previous.emit.assert_called_once_with()