fix tests + fmt

This commit is contained in:
qdequele
2020-03-10 11:29:56 +01:00
parent c984d8d5a5
commit 179969a9e2
10 changed files with 57 additions and 128 deletions

View File

@ -1,6 +1,6 @@
use std::convert::Into;
use serde_json::json;
use assert_json_diff::assert_json_eq;
use serde_json::json;
use std::convert::Into;
mod common;