Fix tests

This commit is contained in:
Phill 2019-07-18 20:14:58 +01:00
parent 9c35b7dcdc
commit ba99025a5f

View File

@ -25,7 +25,7 @@ Package to test the openlp.core.lib.theme package.
from pathlib import Path
from unittest import TestCase
from openlp.core.lib.theme import BackgroundType
from openlp.core.lib.theme import BackgroundType, Theme
class TestBackgroundType(TestCase):