Skip to content

Commit 47aeb6c

Browse files
authored
Merge pull request #31 from dchiquito/fix-verbosity-test
Fix expected output in test_django_verbosity
2 parents e071568 + 9d743c4 commit 47aeb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djclick/test/test_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_django_verbosity(capsys, manage):
122122
b"Usage: manage.py ctxverbositycmd [OPTIONS]\n"
123123
b"\n"
124124
b'Error: Invalid value for "-v" / "--verbosity": 4 is not in the '
125-
b"valid range of 0 to 3.\n"
125+
b"range 0<=x<=3.\n"
126126
)
127127

128128
# Default (option)

0 commit comments

Comments
 (0)