Skip to content

Commit 11aa246

Browse files
committed
Revert failure in HelpUrlTests
1 parent fccced3 commit 11aa246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/HelpUrlTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ public IEnumerator ValidateUrlsAreValid()
5656
{
5757
Assert.IsTrue(tasks[i].Result, $"HelpUrls.{names[i]} has an invalid path! Path: {allUrls[i]}");
5858
}
59-
60-
Assert.Fail("Test reruns!");
6159
}
6260

6361
private async Task<bool> AreUnityDocsAvailableAt(string url)

0 commit comments

Comments
 (0)