Skip to content

Commit 28376ee

Browse files
committed
Fix typo test_query_crop_length
1 parent 97980d6 commit 28376ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ mod tests {
512512
}
513513

514514
#[async_test]
515-
async fn test_query_crop_lenght() {
515+
async fn test_query_crop_length() {
516516
let client = Client::new("http://localhost:7700", "masterKey");
517517
let index = setup_test_index(&client, "test_query_crop_lenght").await;
518518

0 commit comments

Comments
 (0)