Skip to content

Commit 1406133

Browse files
committed
fix explain
1 parent bfc85aa commit 1406133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_django_async_orm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def test_async_explain(self):
132132
await TestModel.objects.async_filter(name="setup 1")
133133
).async_explain()
134134
print(explained)
135-
self.assertEqual(explained, "2 0 0 SCAN TABLE tests_testmodel")
135+
self.assertEqual(explained, "2 0 0 SCAN tests_testmodel")
136136

137137
@tag("dev")
138138
async def test_async_raw(self):

0 commit comments

Comments
 (0)