Test YubiKey::verify_pin (--ignored)

Adds an off-by-default test that the `YubiKey::verify_pin` function
works, and removes it from `untested` gating.
This commit is contained in:
Tony Arcieri
2019-12-07 08:36:46 -08:00
parent 63fbc1dcf2
commit c30cf5b83a
6 changed files with 40 additions and 32 deletions
-1
View File
@@ -84,7 +84,6 @@ impl APDU {
}
/// Set both parameters for this APDU
#[cfg(feature = "untested")]
pub fn params(&mut self, p1: u8, p2: u8) -> &mut Self {
self.p1 = p1;
self.p2 = p2;