mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix name of bug in reproduction test
This commit is contained in:
parent
f7c8730d09
commit
f00108d2ec
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue