You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Tests/Runtime/Components/BufferDataValidationComponent.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ private void Start()
54
54
/// <summary>
55
55
/// Returns back whether the test has completed the total number of iterations
56
56
/// </summary>
57
-
/// <returns>True if the test has exceeded maximum buffer size or failed, false otherwise</returns>
57
+
/// <returns>True if the test has exceeded maximum buffer size or has already failed. False if the test is yet to complete and has not failed.</returns>
0 commit comments