Skip to content

Commit

Permalink
fix assert
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 committed Nov 24, 2023
1 parent e75b68a commit bda4955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/document/test_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ class Test(Document):
assert (
query_plan.get("queryPlanner")
.get("winningPlan")
.get("queryPlan")
.get("inputStage")
.get("stage")
== "IXSCAN"
Expand All @@ -516,6 +515,7 @@ class Test(Document):
assert (
query_plan.get("queryPlanner")
.get("winningPlan")
.get("queryPlan")
.get("inputStage")
.get("stage")
== "IXSCAN"
Expand Down

0 comments on commit bda4955

Please sign in to comment.