Skip to content

Commit 897e630

Browse files
[iOS] Rename test method for Switch Pro Controller support
1 parent d8c1302 commit 897e630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Tests/InputSystem/Plugins/iOSTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void Devices_SupportsiOSGamePad(string product, Type deviceType, Type par
7070
[Test]
7171
[Category("Devices")]
7272
// this is a new test, as we need to assert the Nintendo layout (e.g. buttonSouth == B button)
73-
public void Devices_SupportsProControlleriOS()
73+
public void Devices_SupportsSwitchProControlleriOS()
7474
{
7575
var device = InputSystem.AddDevice(
7676
new InputDeviceDescription

0 commit comments

Comments
 (0)