aboutsummaryrefslogtreecommitdiff
path: root/tests/otp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/otp.rs')
-rw-r--r--tests/otp.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/otp.rs b/tests/otp.rs
index 03feb48..8e7ae08 100644
--- a/tests/otp.rs
+++ b/tests/otp.rs
@@ -2,7 +2,9 @@ mod util;
use std::ops::Deref;
-use nitrokey::{Admin, Authenticate, CommandError, Config, ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData};
+use nitrokey::{
+ Admin, Authenticate, CommandError, Config, ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData,
+};
use crate::util::{Target, ADMIN_PASSWORD, USER_PASSWORD};