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 e366566 commit a231748Copy full SHA for a231748
test/Microsoft.OpenApi.Tests/Workspaces/OpenApiReferencableTests.cs
@@ -45,7 +45,6 @@ public class OpenApiReferencableTests
45
{ "link1", new OpenApiLink() }
46
}
47
};
48
- private static readonly OpenApiSchema _schemaFragment = new OpenApiSchema();
49
private static readonly OpenApiSecurityScheme _securitySchemeFragment = new OpenApiSecurityScheme();
50
private static readonly OpenApiTag _tagFragment = new OpenApiTag();
51
0 commit comments