Skip to content

Commit 11cdac3

Browse files
committed
Fix test
1 parent 90f2587 commit 11cdac3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Assets/Tests/InputSystem/Plugins/XInputTests.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,12 @@ public void Devices_SupportXboxWirelessControllerOnOSX()
217217
{
218218
interfaceName = "HID",
219219
product = "Xbox One Wireless Controller",
220-
manufacturer = "Microsoft"
220+
manufacturer = "Microsoft",
221+
capabilities = new HID.HIDDeviceDescriptor
222+
{
223+
vendorId = 0x045E,
224+
productId = 0x02E0,
225+
}.ToJson()
221226
});
222227

223228
Assert.That(device, Is.AssignableTo<XInputController>());

0 commit comments

Comments
 (0)