Skip to content

Commit 6324e9d

Browse files
style
Making NetworkTransformParentedLocalSpaceTests singular (NetworkTransformParentedLocalSpaceTest)
1 parent a179484 commit 6324e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform/NetworkTransformTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private IEnumerator WaitForAllChildrenLocalTransformValuesToMatch()
299299
/// parented under another NetworkTransform
300300
/// </summary>
301301
[UnityTest]
302-
public IEnumerator NetworkTransformParentedLocalSpaceTests([Values] Interpolation interpolation, [Values] OverrideState overideState)
302+
public IEnumerator NetworkTransformParentedLocalSpaceTest([Values] Interpolation interpolation, [Values] OverrideState overideState)
303303
{
304304
var overrideUpdate = overideState == OverrideState.CommitToTransform;
305305
m_AuthoritativeTransform.Interpolate = interpolation == Interpolation.EnableInterpolate;

0 commit comments

Comments
 (0)