We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9452a commit c38e483Copy full SHA for c38e483
Assets/Tests/InputSystem.Editor/CustomProcessorEnumTest.cs
@@ -67,7 +67,7 @@ public override void OneTimeTearDown()
67
public override IEnumerator UnitySetup()
68
{
69
m_Window = InputActionsEditorWindow.OpenEditor(m_Asset);
70
- yield return base.UnitySetup();
+ yield return null;
71
}
72
73
[UnityTest]
0 commit comments