diff options
Diffstat (limited to 'src/filters')
-rw-r--r-- | src/filters/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/log.rs b/src/filters/log.rs index 30cf0cb..10258a0 100644 --- a/src/filters/log.rs +++ b/src/filters/log.rs @@ -148,8 +148,8 @@ pub fn challenge_mote() -> Box<dyn LogFilter> { #[cfg(test)] mod tests { - use chrono::TimeZone; use super::*; + use chrono::TimeZone; #[test] fn test_time_is_between() { |