forked from openlp/openlp
pep8
This commit is contained in:
parent
f8d353efcb
commit
bcbb523375
@ -43,10 +43,10 @@ class TestPJLink(TestCase):
|
|||||||
@patch.object(pjlink_test, 'waitForReadyRead')
|
@patch.object(pjlink_test, 'waitForReadyRead')
|
||||||
@patch('openlp.core.common.qmd5_hash')
|
@patch('openlp.core.common.qmd5_hash')
|
||||||
def authenticated_connection_call_test(self,
|
def authenticated_connection_call_test(self,
|
||||||
mock_qmd5_hash,
|
mock_qmd5_hash,
|
||||||
mock_waitForReadyRead,
|
mock_waitForReadyRead,
|
||||||
mock_send_command,
|
mock_send_command,
|
||||||
mock_readyRead):
|
mock_readyRead):
|
||||||
"""
|
"""
|
||||||
Fix for projector connect with PJLink authentication exception. Ticket 92187.
|
Fix for projector connect with PJLink authentication exception. Ticket 92187.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user