forked from openlp/openlp
Text fix
This commit is contained in:
parent
8ad83b52ba
commit
454f428845
@ -40,4 +40,4 @@ class TestStartNoteDialog(TestCase):
|
|||||||
# WHEN I have an empty display
|
# WHEN I have an empty display
|
||||||
# THEN the count of items should be zero
|
# THEN the count of items should be zero
|
||||||
self.assertEqual(self.service_manager.service_manager_list.topLevelItemCount(), 0,
|
self.assertEqual(self.service_manager.service_manager_list.topLevelItemCount(), 0,
|
||||||
u'The service manager list is not empty ')
|
u'The service manager list should be empty ')
|
||||||
|
Loading…
Reference in New Issue
Block a user