diff options
Diffstat (limited to 'src/tests/pro.rs')
-rw-r--r-- | src/tests/pro.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/pro.rs b/src/tests/pro.rs index 7fa8ec3..dee7dc6 100644 --- a/src/tests/pro.rs +++ b/src/tests/pro.rs @@ -196,8 +196,7 @@ fn totp_slot_name() { #[cfg_attr(not(feature = "test-pro"), ignore)] fn get_major_firmware_version() { set_debug(false); - // TODO fix for different libnitrokey versions - assert_eq!(8, ::connect().unwrap().get_major_firmware_version()); + assert_eq!(0, ::connect().unwrap().get_major_firmware_version()); } fn admin_retry(device: UnauthenticatedDevice, suffix: &str, count: u8) -> UnauthenticatedDevice { |