forked from LBRYCommunity/lbry-sdk
fix cli test
This commit is contained in:
parent
c708c1db07
commit
e0cea60c87
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class CLITest(AsyncioTestCase):
|
||||||
def test_deprecated_command_daemon_not_started(self):
|
def test_deprecated_command_daemon_not_started(self):
|
||||||
actual_output = StringIO()
|
actual_output = StringIO()
|
||||||
with contextlib.redirect_stdout(actual_output):
|
with contextlib.redirect_stdout(actual_output):
|
||||||
main(["channel", "new", "@foo", "1.0"])
|
main(["channel", "new", "@foo", "1.0", "video"])
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
actual_output.getvalue().strip(),
|
actual_output.getvalue().strip(),
|
||||||
"channel_new is deprecated, using channel_create.\n"
|
"channel_new is deprecated, using channel_create.\n"
|
||||||
|
|
Loading…
Reference in a new issue