forked from openlp/openlp
Removed a print statement
This commit is contained in:
parent
ed8304bfb6
commit
e3ca228723
@ -103,6 +103,5 @@ class TestSongUsage(TestCase):
|
|||||||
|
|
||||||
# WHEN: The plugin is initialised
|
# WHEN: The plugin is initialised
|
||||||
# THEN: The defaults should be correct
|
# THEN: The defaults should be correct
|
||||||
print(__default_settings__)
|
|
||||||
for e_key, a_key in zip(expected_defaults, sorted(__default_settings__.keys())):
|
for e_key, a_key in zip(expected_defaults, sorted(__default_settings__.keys())):
|
||||||
assert e_key == a_key, '{} != {}'.format(e_key, a_key)
|
assert e_key == a_key, '{} != {}'.format(e_key, a_key)
|
||||||
|
Loading…
Reference in New Issue
Block a user