forked from LBRYCommunity/lbry-sdk
cli test fix
This commit is contained in:
parent
da637b9c0e
commit
0a1e97fe23
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class CLITest(AsyncioTestCase):
|
|||
# publish is ungrouped command, returns usage only implicitly
|
||||
self.assertIn('publish (<name> | --name=<name>)', self.shell(['publish']))
|
||||
# publish is ungrouped command, with explicit --help
|
||||
self.assertIn('Create or update a stream claim at a given name', self.shell(['publish', '--help']))
|
||||
self.assertIn('Create or replace a stream claim at a given name', self.shell(['publish', '--help']))
|
||||
# account is a group, returns help implicitly
|
||||
self.assertIn('Return the balance of an account', self.shell(['account']))
|
||||
# account is a group, with explicit --help
|
||||
|
|
Loading…
Reference in a new issue