Skip to content

Commit dc040a8

Browse files
bors[bot]ginglis13
andauthored
Merge #197
197: Fix typo test_query_crop_length r=curquiza a=ginglis13 Small nit fix, typo in name of test. was test_query_crop_lenght Co-authored-by: ginglis13 <[email protected]>
2 parents 97980d6 + 28376ee commit dc040a8

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)