Skip to content

Commit 5ec3ab5

Browse files
authored
Update fixtures.py
1 parent 422b383 commit 5ec3ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _assert_num_queries(
630630

631631
if using:
632632
if connection:
633-
warings.warn("connection arg will be ignored")
633+
warnings.warn("connection arg will be ignored")
634634
from django.db import connections
635635

636636
conn = connections[using]

0 commit comments

Comments
 (0)