File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/Microsoft.OpenApi.Tests/Models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2428,7 +2428,7 @@ public void SerializeSimpleDocumentWithTopLevelReferencingComponentsAsYamlV2Work
24282428 // Arrange
24292429 var expected = @"swagger: '2.0'
24302430info:
2431- version: 1.0.0
2431+ version: ' 1.0.0'
24322432paths: { }
24332433definitions:
24342434 schema1:
@@ -2454,7 +2454,7 @@ public void SerializeSimpleDocumentWithTopLevelSelfReferencingComponentsAsYamlV3
24542454 // Arrange
24552455 var expected = @"swagger: '2.0'
24562456info:
2457- version: 1.0.0
2457+ version: ' 1.0.0'
24582458paths: { }
24592459definitions:
24602460 schema1: { }" ;
@@ -2474,7 +2474,7 @@ public void SerializeSimpleDocumentWithTopLevelSelfReferencingWithOtherPropertie
24742474 // Arrange
24752475 var expected = @"swagger: '2.0'
24762476info:
2477- version: 1.0.0
2477+ version: ' 1.0.0'
24782478paths: { }
24792479definitions:
24802480 schema1:
You can’t perform that action at this time.
0 commit comments