Skip to content

Commit 9d743c4

Browse files
committed
Fix expected output in test_django_verbosity
1 parent 73be8fb commit 9d743c4

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)