We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e666d3d commit 966b459Copy full SHA for 966b459
test/Microsoft.OpenApi.Readers.Tests/V2Tests/OpenApiDocumentTests.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Microsoft Corporation. All rights reserved.
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT license.
3
4
using System.Collections.Generic;
@@ -419,7 +419,7 @@ public void ShouldAllowComponentsThatJustContainAReference()
419
if (schema2.UnresolvedReference && schema1.Reference.Id == schema2.Reference.Id)
420
{
421
// detected a cycle - this code gets triggered
422
- Assert.True(false, "A cycle should not be detected");
+ Assert.Fail("A cycle should not be detected");
423
}
424
425
0 commit comments