forked from openlp/openlp
fix test
This commit is contained in:
parent
bff8b193dc
commit
c02ea46582
@ -62,7 +62,7 @@ class TestController(TestCase):
|
|||||||
# WHEN: I trigger the method
|
# WHEN: I trigger the method
|
||||||
controller_direction(None, "live", "next")
|
controller_direction(None, "live", "next")
|
||||||
# THEN: The correct method is called
|
# 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):
|
def test_controller_direction_previous(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user