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 873bda7 commit cdc801bCopy full SHA for cdc801b
src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Extensions/OpenApiSchemaExtensionsTests.cs
@@ -306,7 +306,6 @@ public void ValidateDeepCopyOnSchemasWithReference()
306
307
var modifiedSchema = originalSchema.Clone();
308
modifiedSchema.Properties["name"].Reference = new OpenApiReference { Id = "Another Id", Type = ReferenceType.Schema };
309
- modifiedSchema.Annotations = new Dictionary<string, object> { ["x-schema-id"] = "another value" };
310
Assert.False(OpenApiSchemaComparer.Instance.Equals(originalSchema, modifiedSchema));
311
}
312
0 commit comments