Skip to content

Commit 0a58354

Browse files
Update Assets/Tests/InputSystem/Plugins/HIDTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 08d6a12 commit 0a58354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Tests/InputSystem/Plugins/HIDTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ unsafe void SetDeviceCommandCallbackToReturnReportDescriptor(int deviceId, byte[
342342
[TestCase(24, new byte[] {0x15, 0x00}, new byte[] {0x27, 0xFF, 0xFF, 0xFF, 0x00}, 0, 16777215)]
343343
// Logical min -8388608, logical max 8388607 (24 bit)
344344
[TestCase(24, new byte[] {0x17, 0x00, 0x00, 0x80, 0xFF}, new byte[] {0x27, 0xFF, 0xFF, 0x7F, 0x00}, -8388608, 8388607)]
345-
public void Devices_CanParseHIDDescritpor_WithSignedLogicalMinAndMaxSticks(byte reportSizeBits, byte[] logicalMinBytes, byte[] logicalMaxBytes, int logicalMinExpected, int logicalMaxExpected)
345+
public void Devices_CanParseHIDDescriptor_WithSignedLogicalMinAndMaxSticks(byte reportSizeBits, byte[] logicalMinBytes, byte[] logicalMaxBytes, int logicalMinExpected, int logicalMaxExpected)
346346
{
347347
// Dynamically create HID report descriptor for two analog sticks with parameterized logical min/max
348348

0 commit comments

Comments
 (0)