From 953f0bae34620cacec916b20b711eb05520d0d14 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 4 Jan 2019 19:48:42 +0000 Subject: [PATCH] try again --- tests/functional/openlp_plugins/songs/test_mediaitem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_mediaitem.py b/tests/functional/openlp_plugins/songs/test_mediaitem.py index 3b0bbe3be..39add90c2 100644 --- a/tests/functional/openlp_plugins/songs/test_mediaitem.py +++ b/tests/functional/openlp_plugins/songs/test_mediaitem.py @@ -432,7 +432,7 @@ class TestMediaItem(TestCase, TestMixin): song.authors_songs = [] song.songbook_entries = [] song.ccli_number = '' - song.topics = None + # song.topics = None book1 = MagicMock() book1.name = 'My songbook' book2 = MagicMock()