Skip to content

Commit 3e619c9

Browse files
committed
Remove typo
1 parent 912cef4 commit 3e619c9

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
@@ -164,7 +164,7 @@ def test_django_settings(manage):
164164

165165
def test_django_color(capsys):
166166
call_command('colorcmd')
167-
s out, err = capsys.readouterr()
167+
out, err = capsys.readouterr()
168168
# Not passing a --color/--no-color flag defaults to autodetection. As the
169169
# command is run through the test suite, the autodetection defaults to not
170170
# colorizing the output.

0 commit comments

Comments
 (0)