mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix console test
This commit is contained in:
parent
50c476c41d
commit
90631cca88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue