mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix tests + fmt
This commit is contained in:
parent
c984d8d5a5
commit
179969a9e2
10 changed files with 57 additions and 128 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::convert::Into;
|
||||
use assert_json_diff::assert_json_eq;
|
||||
use serde_json::json;
|
||||
use std::convert::Into;
|
||||
|
||||
mod common;
|
||||
|
||||
|
@ -253,7 +253,6 @@ fn write_all_and_update() {
|
|||
assert_json_eq!(expected, response, ordered: false);
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_default_settings() {
|
||||
let mut server = common::Server::with_uid("movies");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue