Skip to content

Commit 17cdcda

Browse files
committed
minor: tests: fix skip reason
1 parent 726956b commit 17cdcda

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
@@ -294,7 +294,7 @@ def test_a():
294294
@pytest.mark.skipif(
295295
get_django_version() >= (1, 9),
296296
reason=(
297-
"Django 1.9 requires migration and has no concept " "of initial data fixtures"
297+
"Django 1.9 requires migration and has no concept of initial data fixtures"
298298
),
299299
)
300300
def test_initial_data(django_testdir_initial):

0 commit comments

Comments
 (0)