Skip to content

Commit

Permalink
fix(test): Add missing import to authenticator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Sep 4, 2016
1 parent a4532f2 commit cb66737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/authenticator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb66737

Please sign in to comment.