We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc85aa commit 1406133Copy full SHA for 1406133
tests/test_django_async_orm.py
@@ -132,7 +132,7 @@ async def test_async_explain(self):
132
await TestModel.objects.async_filter(name="setup 1")
133
).async_explain()
134
print(explained)
135
- self.assertEqual(explained, "2 0 0 SCAN TABLE tests_testmodel")
+ self.assertEqual(explained, "2 0 0 SCAN tests_testmodel")
136
137
@tag("dev")
138
async def test_async_raw(self):
0 commit comments