From d9e2994deb6ec562e0c91cb4128eb968b31645de Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 30 Nov 2017 15:29:41 -0700 Subject: [PATCH] Actually run the function, ID10T --- tests/functional/openlp_plugins/songs/test_openoffice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_openoffice.py b/tests/functional/openlp_plugins/songs/test_openoffice.py index 82cce6e10..e122da806 100644 --- a/tests/functional/openlp_plugins/songs/test_openoffice.py +++ b/tests/functional/openlp_plugins/songs/test_openoffice.py @@ -27,7 +27,7 @@ from unittest.mock import MagicMock, patch from openlp.core.common import is_linux -if not is_linux: +if not is_linux(): raise SkipTest('Could not import OpenOfficeImport probably due to unavailability of uno') from openlp.core.common.registry import Registry