summaryrefslogtreecommitdiff
path: root/tests/raw_query/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/raw_query/tests.py')
-rw-r--r--tests/raw_query/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py
index b57ce52f0b..4c30984e9c 100644
--- a/tests/raw_query/tests.py
+++ b/tests/raw_query/tests.py
@@ -234,6 +234,4 @@ class RawQueryTests(TestCase):
)
def test_query_count(self):
- self.assertNumQueries(1,
- list, Author.objects.raw("SELECT * FROM raw_query_author")
- )
+ self.assertNumQueries(1, list, Author.objects.raw("SELECT * FROM raw_query_author"))