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()