Skip to content

Commit

Permalink
updated to rust format
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-raja committed Oct 11, 2023
1 parent 17c2219 commit 12b4821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1733,13 +1733,12 @@ mod tests {
assert_eq!(dictionary, res);
}


#[meilisearch_test]
async fn test_reset_dictionary(client: Client, index: Index) {
let dictionary: Vec<&str> = vec![];
let task_info = index.reset_dictionary().await.unwrap();
client.wait_for_task(task_info, None, None).await.unwrap();

let res = index.get_dictionary().await.unwrap();

assert_eq!(dictionary, res);
Expand Down

0 comments on commit 12b4821

Please sign in to comment.