From bcbb5233758dfd4d26c62af2b5c997fe8f562e43 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Sat, 9 Jan 2016 09:46:20 -0800 Subject: [PATCH] pep8 --- .../functional/openlp_core_lib/test_projector_pjlink1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/functional/openlp_core_lib/test_projector_pjlink1.py b/tests/functional/openlp_core_lib/test_projector_pjlink1.py index 5345995c6..4079ab9f0 100644 --- a/tests/functional/openlp_core_lib/test_projector_pjlink1.py +++ b/tests/functional/openlp_core_lib/test_projector_pjlink1.py @@ -43,10 +43,10 @@ class TestPJLink(TestCase): @patch.object(pjlink_test, 'waitForReadyRead') @patch('openlp.core.common.qmd5_hash') def authenticated_connection_call_test(self, - mock_qmd5_hash, - mock_waitForReadyRead, - mock_send_command, - mock_readyRead): + mock_qmd5_hash, + mock_waitForReadyRead, + mock_send_command, + mock_readyRead): """ Fix for projector connect with PJLink authentication exception. Ticket 92187. """