Skip to content

Commit

Permalink
A fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikSandberg committed Jul 11, 2023
1 parent 7f9009a commit 23954e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/LEGO.AsyncAPI.Tests/Models/AsyncApiSchema_Should.cs
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,15 @@ public void SerializeAsJson_WithAdvancedSchemaObject_V2Works()
""type"": ""string"",
""minLength"": 2
}
}
},
""additionalProperties"": {
""properties"": {
""Property8"": {
""type"": [
""null"",
""string""
]
},
""additionalProperties"": {
""properties"": {
""Property8"": {
""type"": [
""null"",
""string""
]
}
}
}
}
Expand Down

0 comments on commit 23954e0

Please sign in to comment.