Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Dec 16, 2024
1 parent 137c634 commit 4e12998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/index/json_array_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestJSONArrayIndex_WithNestedArrays_ShouldNotConsiderThem(t *testing.T) {
},
testUtils.Request{
Request: makeExplainQuery(req),
Asserter: testUtils.NewExplainAsserter().WithIndexFetches(2),
Asserter: testUtils.NewExplainAsserter().WithIndexFetches(0),
},
},
}
Expand Down Expand Up @@ -245,7 +245,7 @@ func TestJSONArrayIndex_WithNoneFilterOnDifferentElementValues_ShouldFetchCorrec
},
testUtils.Request{
Request: makeExplainQuery(req),
Asserter: testUtils.NewExplainAsserter().WithIndexFetches(10),
Asserter: testUtils.NewExplainAsserter().WithIndexFetches(9),
},
},
}
Expand Down

0 comments on commit 4e12998

Please sign in to comment.