From 7645f3964cf8060181b8fac130686e09959f00e1 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Thu, 3 Jan 2019 11:07:07 -0800 Subject: Adjust PWS tests to use nitrokey-test crate This change adjusts the PWS tests to use the nitrokey-test crate. --- tests/util/mod.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/util') diff --git a/tests/util/mod.rs b/tests/util/mod.rs index 5e495d8..1e522fd 100644 --- a/tests/util/mod.rs +++ b/tests/util/mod.rs @@ -1,9 +1,3 @@ pub static ADMIN_PASSWORD: &str = "12345678"; pub static UPDATE_PIN: &str = "12345678"; pub static USER_PASSWORD: &str = "123456"; - -#[cfg(not(feature = "test-storage"))] -pub type Target = nitrokey::Pro; - -#[cfg(feature = "test-storage")] -pub type Target = nitrokey::Storage; -- cgit v1.2.1