mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
Fix name of bug in reproduction test
This commit is contained in:
parent
f7c8730d09
commit
f00108d2ec
@ -239,7 +239,7 @@ mod tests {
|
|||||||
db_snap!(index, prefix_word_pair_proximity_docids, "update");
|
db_snap!(index, prefix_word_pair_proximity_docids, "update");
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
fn test_batch_bug_3034() {
|
fn test_batch_bug_3043() {
|
||||||
// https://github.com/meilisearch/meilisearch/issues/3043
|
// https://github.com/meilisearch/meilisearch/issues/3043
|
||||||
let mut index = TempIndex::new();
|
let mut index = TempIndex::new();
|
||||||
index.index_documents_config.words_prefix_threshold = Some(50);
|
index.index_documents_config.words_prefix_threshold = Some(50);
|
||||||
|
Loading…
Reference in New Issue
Block a user