Skip to content

Commit 293f93a

Browse files
committed
Example correction
1 parent db5fefe commit 293f93a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/Timing/NetworkTimeSystemTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void Setup()
2828

2929
/// <summary>
3030
/// Tests whether time is accessible and has correct values inside Update/FixedUpdate.
31-
/// This test applies only when <see cref="Time.timeScale"> is 1.
31+
/// This test applies only when <see cref="Time.timeScale"/> is 1.
3232
/// </summary>
3333
/// <returns>An IEnumerator for the UnityTest coroutine that validates time values in the player loop.</returns>
3434
[UnityTest]

pvpExceptions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: bool Start(bool, NetworkManager, NetworkManager[], BeforeClientStartCallback): empty <returns> tag",
6060
"Unity.Netcode.TestHelpers.Runtime.NetcodeIntegrationTestHelpers: IEnumerator WaitForClientsConnected(NetworkManager[], ResultWrapper<bool>, float): XML is not well-formed: An identifier was expected",
6161
"Unity.Netcode.RuntimeTests.BufferDataValidationComponent: bool IsTestComplete(): empty <returns> tag",
62-
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidateInstanceSpawnCount(int): XML is not well-formed: Expected an end tag for element 'summary'",
63-
"Unity.Netcode.RuntimeTests.NetworkTimeSystemTests: IEnumerator PlayerLoopFixedTimeTest(): XML is not well-formed: End tag 'summary' does not match the start tag 'see'"
62+
"Unity.Netcode.RuntimeTests.NetworkVariableBaseInitializesWhenPersisted.PrefabInstanceHandler: bool ValidateInstanceSpawnCount(int): XML is not well-formed: Expected an end tag for element 'summary'"
6463
]
6564
},
6665
"PVP-151-1": {

0 commit comments

Comments
 (0)