summaryrefslogtreecommitdiffstats
path: root/tests/unit/cli/test_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/cli/test_options.py')
-rw-r--r--tests/unit/cli/test_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/cli/test_options.py b/tests/unit/cli/test_options.py
index 5129b5cc..f9472814 100644
--- a/tests/unit/cli/test_options.py
+++ b/tests/unit/cli/test_options.py
@@ -25,7 +25,7 @@ class TestClass(object):
def test_version(self, runner):
result = runner.invoke(cli, ['--version'])
- assert '' in result.output
+ assert 'dev' in result.output
def test_debug(self, runner):
result = runner.invoke(cli, ['-d'])