Remove blank line

Fixes: https://launchpad.net/bugs/1547964
This commit is contained in:
Raoul Snyman 2016-08-14 22:58:27 +02:00
parent 693c18a23a
commit b657d255cc
1 changed files with 0 additions and 1 deletions

View File

@ -221,4 +221,3 @@ class TestMediaShoutImport(TestCase):
'Amazing grace, how sweet the sound\nThat saved a wretch like me', 'V1')
self.assertEqual(['V1'], importer.verse_order_list)
mocked_finish.assert_called_once_with()