We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccced3 commit 11aa246Copy full SHA for 11aa246
1 file changed
com.unity.netcode.gameobjects/Tests/Runtime/HelpUrlTests.cs
@@ -56,8 +56,6 @@ public IEnumerator ValidateUrlsAreValid()
56
{
57
Assert.IsTrue(tasks[i].Result, $"HelpUrls.{names[i]} has an invalid path! Path: {allUrls[i]}");
58
}
59
-
60
- Assert.Fail("Test reruns!");
61
62
63
private async Task<bool> AreUnityDocsAvailableAt(string url)
0 commit comments