Skip to content

Commit 43fc70f

Browse files
committed
fix assert
1 parent fc17310 commit 43fc70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/document/test_indexes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class Test(Document):
470470
)
471471
assert (
472472
query_plan["queryPlanner"]["winningPlan"]["stage"]
473-
== "PROJECTION_SIMPLE"
473+
== "PROJECTION_COVERED"
474474
)
475475

476476
query_plan = Test.objects(a=1).explain()

0 commit comments

Comments
 (0)