mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Fix name of bug in reproduction test
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user