Pipeline fix

This commit is contained in:
STEPHANVS 2021-07-24 13:17:05 +02:00
parent c6e0cd59de
commit 5d70584cfa
No known key found for this signature in database
GPG Key ID: 4EFE47E471FD62A9
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ def test_transpose_lyrics(mocked_transpose_verse, mock_settings):
'---[Verse:2]---\n'\
'I once was lost but now I\'m found.'
mock_settings.value.return_value = 'english'
mocked_transpose_verse.return_value = ['', None]
# WHEN: Transposing the lyrics
transpose_lyrics(lyrics, 1)