From 2edb32ac7f848b74861e2ff69f449e077cc07682 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Sun, 3 Jan 2016 00:32:43 -0800 Subject: [PATCH] pep8 fix --- tests/functional/openlp_core_lib/test_projector_pjlink1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_lib/test_projector_pjlink1.py b/tests/functional/openlp_core_lib/test_projector_pjlink1.py index a3f0c519a..e48130c29 100644 --- a/tests/functional/openlp_core_lib/test_projector_pjlink1.py +++ b/tests/functional/openlp_core_lib/test_projector_pjlink1.py @@ -54,4 +54,4 @@ class TestPJLink(TestCase): pjlink.check_login(data=TEST_CONNECT_AUTHENTICATE) # THEN: Should have called qmd5_hash - mock_qmd5_hash.called_with(TEST_SALT, TEST_PIN) \ No newline at end of file + mock_qmd5_hash.called_with(TEST_SALT, TEST_PIN)