forked from openlp/openlp
few missed changes
This commit is contained in:
parent
a4054d3c2c
commit
bbc1bf3732
@ -31,7 +31,7 @@ from openlp.plugins.songs.lib.importers.songbeamer import SongBeamerImport, Song
|
||||
from tests.helpers.songfileimport import SongImportTestHelper
|
||||
from tests.utils.constants import RESOURCE_PATH
|
||||
|
||||
TEST_PATH = RESOURCE_PATH / 'songs' / 'songbeamersongs'
|
||||
TEST_PATH = RESOURCE_PATH / 'songs' / 'songbeamer'
|
||||
|
||||
|
||||
class TestSongBeamerFileImport(SongImportTestHelper):
|
||||
|
@ -26,7 +26,7 @@ SongPro song files into the current installation database.
|
||||
from tests.helpers.songfileimport import SongImportTestHelper
|
||||
from tests.utils.constants import RESOURCE_PATH
|
||||
|
||||
TEST_PATH = RESOURCE_PATH / 'songs' / 'songprosongs'
|
||||
TEST_PATH = RESOURCE_PATH / 'songs' / 'songpro'
|
||||
|
||||
|
||||
class TestSongProFileImport(SongImportTestHelper):
|
||||
|
Loading…
Reference in New Issue
Block a user