diff --git a/jstests/noPassthrough/query/multiplanner/tie_breaking_index_prefix.js b/jstests/noPassthrough/query/multiplanner/tie_breaking_index_prefix.js index 560abbed43a..ea74d35560f 100644 --- a/jstests/noPassthrough/query/multiplanner/tie_breaking_index_prefix.js +++ b/jstests/noPassthrough/query/multiplanner/tie_breaking_index_prefix.js @@ -220,7 +220,7 @@ function preferShortestIndexWithComparisonsInFilter(indexPruningActive) { return [abcIndex, abIndex]; })(); assertIndexScan(false, filter, expectedWithoutTieBreaking, explain); - assertIndexScan(true, filter, expectedWithTieBreaking, explain); + assertIndexScan(true, filter, expectedWithTieBreaking); } for (const index of indexes) {