From 4bbbb08710fecf00db90ced552a3783c086030ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Thu, 20 Jun 2019 22:21:59 +1200 Subject: [PATCH] [tests] Fix serde tests --- tests/serialise-events.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/serialise-events.rs b/tests/serialise-events.rs index ae3742a..151a137 100644 --- a/tests/serialise-events.rs +++ b/tests/serialise-events.rs @@ -2,6 +2,7 @@ // LICENSE.ARTISTIC file, and the Creative Commons Zero 1.0 license. use notify::event::*; +use serde_json::json; #[test] fn events_are_debuggable() {