diff options
| author | alpaylan | 2021-04-14 02:42:47 +0300 |
|---|---|---|
| committer | alpaylan | 2021-04-14 02:42:47 +0300 |
| commit | 19aaf1175e56cfc7403ad2b985e26afb164ed674 (patch) | |
| tree | 4b4824c149cd8f717e6cf75d5dfcade66fe872c4 /tests | |
| parent | c1f4287b167aeb69e26ff6307be4a76a124bd99b (diff) | |
| download | gradecoin-19aaf1175e56cfc7403ad2b985e26afb164ed674.tar.gz gradecoin-19aaf1175e56cfc7403ad2b985e26afb164ed674.tar.bz2 gradecoin-19aaf1175e56cfc7403ad2b985e26afb164ed674.zip | |
delete unnecessary imports.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/schema_tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/schema_tests.rs b/tests/schema_tests.rs index e58af29..35ed6e6 100644 --- a/tests/schema_tests.rs +++ b/tests/schema_tests.rs | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | #[cfg(test)] | 1 | #[cfg(test)] |
| 2 | mod tests { | 2 | mod tests { |
| 3 | use gradecoin::schema::*; | 3 | use gradecoin::schema::*; |
| 4 | use serde_json::error::Error; | ||
| 5 | use serde_test::{assert_tokens, Token}; | 4 | use serde_test::{assert_tokens, Token}; |
| 6 | use chrono::{NaiveDate, NaiveTime, NaiveDateTime}; | 5 | use chrono::NaiveDate; |
| 7 | 6 | ||
| 8 | #[test] | 7 | #[test] |
| 9 | fn claims_serialize_correctly() { | 8 | fn claims_serialize_correctly() { |
