diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-03 11:07:07 -0800 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-05 10:28:43 +0100 |
commit | 7645f3964cf8060181b8fac130686e09959f00e1 (patch) | |
tree | 8e8f07f459870a5ebc8369a741aac3c86cceb88a /tests/util | |
parent | 0b3275f44306f96d41a306d8a753ec76be020d05 (diff) | |
download | nitrokey-rs-7645f3964cf8060181b8fac130686e09959f00e1.tar.gz nitrokey-rs-7645f3964cf8060181b8fac130686e09959f00e1.tar.bz2 |
Adjust PWS tests to use nitrokey-test crate
This change adjusts the PWS tests to use the nitrokey-test crate.
Diffstat (limited to 'tests/util')
-rw-r--r-- | tests/util/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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; |