Skip to content

Commit f82920c

Browse files
Update Yubico.YubiKey/tests/unit/Yubico/YubiKey/YubikeyDeviceInfoTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent 0e46a66 commit f82920c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/tests/unit/Yubico/YubiKey/YubikeyDeviceInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ private static YubiKeyDeviceInfo InfoOfVersion(byte[]? versionBytes, byte[]? qua
262262

263263
private static YubiKeyDeviceInfo DefaultInfo() => YubiKeyDeviceInfo.CreateFromResponseData([]);
264264

265-
private static YubiKeyDeviceInfo DeviceInfoFor(int tag, byte[] deviceInfoData, FirmwareVersion? version = null, VersionQualifier? versionQualifier = null)
265+
private static YubiKeyDeviceInfo DeviceInfoFor(int tag, byte[] deviceInfoData, FirmwareVersion? version = null)
266266
{
267267
if (deviceInfoData.Length == 0)
268268
{

0 commit comments

Comments
 (0)