diff --git a/milli/src/search/new/tests/stop_words.rs b/milli/src/search/new/tests/stop_words.rs index 63bba3b3b..4ad587240 100644 --- a/milli/src/search/new/tests/stop_words.rs +++ b/milli/src/search/new/tests/stop_words.rs @@ -113,7 +113,7 @@ fn test_ignore_stop_words() { ), Position( Rank { - rank: 7, + rank: 9, max_rank: 11, }, ), @@ -166,7 +166,7 @@ fn test_ignore_stop_words() { ), Position( Rank { - rank: 7, + rank: 9, max_rank: 11, }, ), @@ -219,7 +219,7 @@ fn test_ignore_stop_words() { ), Position( Rank { - rank: 7, + rank: 9, max_rank: 11, }, ), @@ -259,7 +259,7 @@ fn test_ignore_stop_words() { ), Proximity( Rank { - rank: 1, + rank: 7, max_rank: 8, }, ), @@ -271,7 +271,7 @@ fn test_ignore_stop_words() { ), Position( Rank { - rank: 15, + rank: 17, max_rank: 21, }, ), @@ -411,7 +411,7 @@ fn test_stop_words_in_phrase() { ), Proximity( Rank { - rank: 1, + rank: 6, max_rank: 8, }, ), @@ -423,7 +423,7 @@ fn test_stop_words_in_phrase() { ), Position( Rank { - rank: 27, + rank: 29, max_rank: 31, }, ),