mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
Fix console test
This commit is contained in:
parent
50c476c41d
commit
90631cca88
@ -297,7 +297,7 @@ class ConsoleUIBaseTestCase(UIBaseTestCase):
|
||||
self.assertTrue(('usage: %s' % self.var['cmd_name']) in std_output) # Check command name
|
||||
self.assertTrue('Common Options:' in std_output)
|
||||
self.assertTrue('Console Options:' in std_output)
|
||||
self.assertTrue('Console commands:\n The following console commands are available:' in std_output)
|
||||
self.assertTrue('Console Commands:\n The following console commands are available:' in std_output)
|
||||
self.assertTrue('The following console commands are available:' in std_output)
|
||||
|
||||
def test_console_command_info(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user