summaryrefslogtreecommitdiffstats
path: root/tests/json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json.rs')
-rw-r--r--tests/json.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/json.rs b/tests/json.rs
index 7a7bd4d0..c0b064b1 100644
--- a/tests/json.rs
+++ b/tests/json.rs
@@ -1,9 +1,10 @@
use std::time;
+use serde_derive::Deserialize;
use serde_json as json;
-use hay::{SHERLOCK, SHERLOCK_CRLF};
-use util::{Dir, TestCommand};
+use crate::hay::{SHERLOCK, SHERLOCK_CRLF};
+use crate::util::{Dir, TestCommand};
#[derive(Clone, Debug, Deserialize, PartialEq, Eq)]
#[serde(tag = "type", content = "data")]