Fix name of bug in reproduction test

This commit is contained in:
Loïc Lecrenier 2022-11-16 12:12:49 +01:00
parent f7c8730d09
commit f00108d2ec

View File

@ -239,7 +239,7 @@ mod tests {
db_snap!(index, prefix_word_pair_proximity_docids, "update");
}
#[test]
fn test_batch_bug_3034() {
fn test_batch_bug_3043() {
// https://github.com/meilisearch/meilisearch/issues/3043
let mut index = TempIndex::new();
index.index_documents_config.words_prefix_threshold = Some(50);