From c02ea46582eec71b131e5801d23cc7a51726ebeb Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Thu, 8 Mar 2018 21:19:38 +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 7e2b47c0e..67440b20d 100644 --- a/tests/functional/openlp_core/api/endpoint/test_controller.py +++ b/tests/functional/openlp_core/api/endpoint/test_controller.py @@ -62,7 +62,7 @@ class TestController(TestCase): # WHEN: I trigger the method controller_direction(None, "live", "next") # THEN: The correct method is called - self.mocked_live_controller.slidecontroller_live_next.emit.assert_called_once() + self.mocked_live_controller.slidecontroller_live_next.emit.assert_called_once_with() def test_controller_direction_previous(self): """