forked from openlp/openlp
Removed a forgotten print
This commit is contained in:
parent
a204d8a06d
commit
336ec0b54f
@ -299,7 +299,6 @@ class TestSongMaintenanceForm(TestCase, TestMixin):
|
|||||||
"""
|
"""
|
||||||
Test the check_author_exists() method
|
Test the check_author_exists() method
|
||||||
"""
|
"""
|
||||||
print(dir(self.form))
|
|
||||||
# GIVEN: A bunch of mocked out stuff
|
# GIVEN: A bunch of mocked out stuff
|
||||||
MockedAuthor.first_name = 'John'
|
MockedAuthor.first_name = 'John'
|
||||||
MockedAuthor.last_name = 'Newton'
|
MockedAuthor.last_name = 'Newton'
|
||||||
|
Loading…
Reference in New Issue
Block a user