Skip to content

Commit 3ef4d8d

Browse files
Fix typo in test method name for XRIPackage
1 parent b325513 commit 3ef4d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Tests/InputSystem.Editor/XRIPackageTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public IEnumerator TearDown()
3838

3939
[UnityTest]
4040
[Category("Integration")]
41-
public IEnumerator AdddingLatestXRIPackageThrowsNoErrors()
41+
public IEnumerator AddingLatestXRIPackageThrowsNoErrors()
4242
{
4343
Application.logMessageReceived += HandleLog;
4444

0 commit comments

Comments
 (0)