Skip to content

Commit c93f687

Browse files
author
Greg Domzalski
committed
Implement SetTemporaryTouchThreshold on HollowYubiKeyDevice
1 parent d00d253 commit c93f687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Yubico.YubiKey/tests/utilities/Yubico/YubiKey/TestUtilities/HollowYubiKeyDevice.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,10 @@ public void SetIsNfcRestricted(bool enabled)
244244
{
245245
throw new NotImplementedException();
246246
}
247+
248+
public void SetTemporaryTouchThreshold(int value)
249+
{
250+
throw new NotImplementedException();
251+
}
247252
}
248253
}

0 commit comments

Comments
 (0)