Skip to content

Commit e81aaf6

Browse files
author
Julia Schwarz
committed
remove empty returns and update test names
1 parent 3c17400 commit e81aaf6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/MixedRealityToolkit.Tests/PlayModeTests/PointerTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)