Skip to content

Commit 757bbc8

Browse files
committed
Fix test_covered_index assert
1 parent 6e2b9e5 commit 757bbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/document/test_indexes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ class Test(Document):
469469
== "FETCH"
470470
)
471471
assert (
472-
query_plan["queryPlanner"]["winningPlan"]["inputStage"]["stage"][
473-
"inputStage"
472+
query_plan["queryPlanner"]["winningPlan"]["inputStage"]["inputStage"][
473+
"stage"
474474
]
475475
== "IXSCAN"
476476
)

0 commit comments

Comments
 (0)