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)