forked from openlp/openlp
fix tests
This commit is contained in:
parent
f16828dd5d
commit
36276d4fac
@ -431,10 +431,12 @@ class TestMediaItem(TestCase, TestMixin):
|
|||||||
# GIVEN: A Song and a Service Item
|
# GIVEN: A Song and a Service Item
|
||||||
song = Song()
|
song = Song()
|
||||||
song.title = 'My Song'
|
song.title = 'My Song'
|
||||||
|
song.alternate_title = ""
|
||||||
song.copyright = 'My copyright'
|
song.copyright = 'My copyright'
|
||||||
song.authors_songs = []
|
song.authors_songs = []
|
||||||
song.songbook_entries = []
|
song.songbook_entries = []
|
||||||
song.ccli_number = ''
|
song.ccli_number = ''
|
||||||
|
song.topics = None
|
||||||
book1 = MagicMock()
|
book1 = MagicMock()
|
||||||
book1.name = "My songbook"
|
book1.name = "My songbook"
|
||||||
book2 = MagicMock()
|
book2 = MagicMock()
|
||||||
|
Loading…
Reference in New Issue
Block a user