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 41dce19 commit 7f71a4fCopy full SHA for 7f71a4f
test/Microsoft.OpenApi.Tests/Models/OpenApiLinkTests.cs
@@ -17,7 +17,7 @@ namespace Microsoft.OpenApi.Tests.Models
17
[UsesVerify]
18
public class OpenApiLinkTests
19
{
20
- public static OpenApiLink AdvancedLink = new()
+ public static readonly OpenApiLink AdvancedLink = new()
21
22
OperationId = "operationId1",
23
Parameters =
@@ -41,7 +41,7 @@ public class OpenApiLinkTests
41
}
42
};
43
44
- public static OpenApiLink ReferencedLink = new()
+ public static readonly OpenApiLink ReferencedLink = new()
45
46
Reference = new()
47
0 commit comments