fix tests

This commit is contained in:
Tim Bentley 2018-02-23 16:22:48 +00:00
parent f16828dd5d
commit 36276d4fac

View File

@ -431,10 +431,12 @@ class TestMediaItem(TestCase, TestMixin):
# GIVEN: A Song and a Service Item
song = Song()
song.title = 'My Song'
song.alternate_title = ""
song.copyright = 'My copyright'
song.authors_songs = []
song.songbook_entries = []
song.ccli_number = ''
song.topics = None
book1 = MagicMock()
book1.name = "My songbook"
book2 = MagicMock()