Skip to content

Commit 091d82f

Browse files
test refactor
Needed some MULTIPLAYER_TOOLS helpers that I accidentally excluded.
1 parent a2f6fca commit 091d82f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/Metrics/Utility/NetworkVariableComponent.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if INCLUDE_NETCODE_RUNTIME_TESTS
21
#if MULTIPLAYER_TOOLS
32
using UnityEngine;
43

@@ -18,4 +17,3 @@ private void Update()
1817
}
1918
}
2019
#endif
21-
#endif

com.unity.netcode.gameobjects/Tests/Runtime/Metrics/Utility/WaitForMetricValues.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if INCLUDE_NETCODE_RUNTIME_TESTS
21
#if MULTIPLAYER_TOOLS
32
using System.Collections;
43
using System.Collections.Generic;
@@ -117,4 +116,3 @@ private IEnumerator WaitForFrames(uint maxNbFrames)
117116
}
118117
}
119118
#endif
120-
#endif

0 commit comments

Comments
 (0)