From 9897f2448ed6e62b755079c430a55a6b22bf5694 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 29 May 2018 22:54:01 +0200 Subject: Fix message for Nitrokey connection in tests/otp.rs --- src/tests/otp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/otp.rs b/src/tests/otp.rs index 8c59341..077157f 100644 --- a/src/tests/otp.rs +++ b/src/tests/otp.rs @@ -23,7 +23,7 @@ static TOTP_CODES: &[(u64, &str)] = &[ fn get_admin_test_device() -> Admin { Target::connect() - .expect("Could not connect to the Nitrokey Pro.") + .expect("Could not connect to the Nitrokey.") .authenticate_admin(ADMIN_PASSWORD) .expect("Could not login as admin.") } -- cgit v1.2.1