try again

This commit is contained in:
Tim Bentley 2019-01-04 19:48:42 +00:00
parent f0e19b2a09
commit 953f0bae34
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class TestMediaItem(TestCase, TestMixin):
song.authors_songs = [] song.authors_songs = []
song.songbook_entries = [] song.songbook_entries = []
song.ccli_number = '' song.ccli_number = ''
song.topics = None # song.topics = None
book1 = MagicMock() book1 = MagicMock()
book1.name = 'My songbook' book1.name = 'My songbook'
book2 = MagicMock() book2 = MagicMock()