From cb6673798822a38d4cccf9c8939458afd53c43c2 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 4 Sep 2016 19:20:59 +0200 Subject: [PATCH] fix(test): Add missing import to authenticator tests --- src/authenticator.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authenticator.rs b/src/authenticator.rs index 8a58e7de1..0df1fc454 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -370,6 +370,7 @@ mod tests { use super::super::device::tests::MockGoogleAuth; use super::super::types::tests::SECRET; use super::super::types::ConsoleApplicationSecret; + use authenticator_delegate::DefaultAuthenticatorDelegate; use storage::MemoryStorage; use std::default::Default; use hyper;