File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Yubico.YubiKey/tests/integration/Yubico/YubiKey Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public class DeviceResetTests
37
37
public void Reset ( )
38
38
{
39
39
var testDevice = IntegrationTestDeviceEnumeration . GetTestDevice ( StandardTestDevice . Fw5Bio ) ;
40
- Skip . IfNot ( testDevice . HasFeature ( YubiKeyFeature . DeviceReset ) , "MockDevice does not support DeviceReset." ) ;
41
- Skip . IfNot ( testDevice . AvailableUsbCapabilities . HasFlag ( YubiKeyCapabilities . Piv ) , "MockDevice does not support DeviceReset." ) ;
40
+ Skip . IfNot ( testDevice . HasFeature ( YubiKeyFeature . DeviceReset ) , "Device does not support DeviceReset." ) ;
41
+ Skip . IfNot ( testDevice . AvailableUsbCapabilities . HasFlag ( YubiKeyCapabilities . Piv ) , "Device does not support DeviceReset." ) ;
42
42
43
43
testDevice . DeviceReset ( ) ;
44
44
You can’t perform that action at this time.
0 commit comments