Skip to content

Commit 2d84b9b

Browse files
committed
Fix pep8 violation
1 parent 92a55b6 commit 2d84b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_db_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_d(settings):
182182
result.stdout.fnmatch_lines(['*PASSED*test_d*'])
183183

184184
result = django_testdir.runpytest_subprocess('-vv', '-n2', '-s', '--reuse-db',
185-
'--create-db')
185+
'--create-db')
186186
assert result.ret == 0
187187
result.stdout.fnmatch_lines(['*PASSED*test_a*'])
188188
result.stdout.fnmatch_lines(['*PASSED*test_b*'])

0 commit comments

Comments
 (0)