File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Assets/MixedRealityToolkit.Tests/PlayModeTests Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,8 @@ public void TearDown()
4141 /// <summary>
4242 /// Tests that sphere pointer grabs object when hand is insize a giant grabbable
4343 /// </summary>
44- /// <returns></returns>
4544 [ UnityTest ]
46- public IEnumerator TestSpherePointerInsideGiantGrabbable ( )
45+ public IEnumerator TestSpherePointerInsideGrabbable ( )
4746 {
4847 var cube = GameObject . CreatePrimitive ( PrimitiveType . Cube ) ;
4948 cube . AddComponent < NearInteractionGrabbable > ( ) ;
@@ -60,7 +59,6 @@ public IEnumerator TestSpherePointerInsideGiantGrabbable()
6059 /// <summary>
6160 /// Tests that sphere pointer behaves correctly when hand is near grabbable
6261 /// </summary>
63- /// <returns></returns>
6462 [ UnityTest ]
6563 public IEnumerator TestSpherePointerNearGrabbable ( )
6664 {
You can’t perform that action at this time.
0 commit comments