Skip to content

Commit ad859ea

Browse files
committed
chore: add comment
1 parent 41fd508 commit ad859ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Readers.Tests/V3Tests/OpenApiDocumentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ public async Task SerializesDoubleHopeReferences()
12701270
Description = "A reference to a pet"
12711271
};
12721272
document.AddComponent("PetReference", petSchemaReference);
1273-
document.AddComponent("Pet", petSchema);
1273+
document.AddComponent("Pet", petSchema); // does not add duplicate keys
12741274
document.Paths.Add("/pets", new OpenApiPathItem
12751275
{
12761276
Operations = new()

0 commit comments

Comments
 (0)