Skip to content

Commit 12b4821

Browse files
committed
updated to rust format
1 parent 17c2219 commit 12b4821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/settings.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,13 +1733,12 @@ mod tests {
17331733
assert_eq!(dictionary, res);
17341734
}
17351735

1736-
17371736
#[meilisearch_test]
17381737
async fn test_reset_dictionary(client: Client, index: Index) {
17391738
let dictionary: Vec<&str> = vec![];
17401739
let task_info = index.reset_dictionary().await.unwrap();
17411740
client.wait_for_task(task_info, None, None).await.unwrap();
1742-
1741+
17431742
let res = index.get_dictionary().await.unwrap();
17441743

17451744
assert_eq!(dictionary, res);

0 commit comments

Comments
 (0)