Browse Source

Adjust test for new argparse output

tags/nilmdb-2.0.0
Jim Paris 3 years ago
parent
commit
54eccb17aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_cmdline.py

+ 1
- 1
tests/test_cmdline.py View File

@@ -757,7 +757,7 @@ class TestCmdline(object):
self.ok("destroy --help")

self.fail("destroy")
self.contain("too few arguments")
self.contain("the following arguments are required")

self.fail("destroy /no/such/stream")
self.contain("no stream matched path")


Loading…
Cancel
Save