diff --git a/com.microsoft.mrtk.spatialmanipulation/Tests/Runtime/BoundsControlTests.cs b/com.microsoft.mrtk.spatialmanipulation/Tests/Runtime/BoundsControlTests.cs index 95cf805b8fc..add162ea77b 100644 --- a/com.microsoft.mrtk.spatialmanipulation/Tests/Runtime/BoundsControlTests.cs +++ b/com.microsoft.mrtk.spatialmanipulation/Tests/Runtime/BoundsControlTests.cs @@ -319,6 +319,7 @@ public IEnumerator TestManipulationCursor([ValueSource(nameof(BoundsVisualsPrefa // yield return HoverCursorRotation("RotateHandle (5)", new Vector3(0f, 180f, 90f), visualsPath); // Known side rotate handle // yield return HoverCursorRotation("RotateHandle (10)", new Vector3(0f, 180f, 0f), visualsPath); + yield return null; } private bool ApproximatelyEquals(Vector3 a, Vector3 b, float tolerance = 0.1f)