Skip to content

Commit cdc801b

Browse files
committed
One more cleanup
1 parent 873bda7 commit cdc801b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Extensions/OpenApiSchemaExtensionsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ public void ValidateDeepCopyOnSchemasWithReference()
306306

307307
var modifiedSchema = originalSchema.Clone();
308308
modifiedSchema.Properties["name"].Reference = new OpenApiReference { Id = "Another Id", Type = ReferenceType.Schema };
309-
modifiedSchema.Annotations = new Dictionary<string, object> { ["x-schema-id"] = "another value" };
310309
Assert.False(OpenApiSchemaComparer.Instance.Equals(originalSchema, modifiedSchema));
311310
}
312311

0 commit comments

Comments
 (0)