From 780bcefb6acb1b6d7180c062d1a3d1f20eba5713 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 24 May 2024 13:27:40 -0400 Subject: [PATCH] chore: fixes formatting --- tests/Kiota.Builder.Tests/KiotaBuilderTests.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Kiota.Builder.Tests/KiotaBuilderTests.cs b/tests/Kiota.Builder.Tests/KiotaBuilderTests.cs index 932f07712b..84decd6e6f 100644 --- a/tests/Kiota.Builder.Tests/KiotaBuilderTests.cs +++ b/tests/Kiota.Builder.Tests/KiotaBuilderTests.cs @@ -3489,7 +3489,8 @@ public async Task AddsDiscriminatorMappingsAllOfImplicitWithParentHavingMappings Type = "object", AllOf = [ entitySchema, - new OpenApiSchema { + new OpenApiSchema + { Properties = new Dictionary { { "tenant", new OpenApiSchema { @@ -3519,7 +3520,8 @@ public async Task AddsDiscriminatorMappingsAllOfImplicitWithParentHavingMappings Type = "object", AllOf = [ directoryObjectSchema, - new OpenApiSchema { + new OpenApiSchema + { Properties = new Dictionary { { "firstName", new OpenApiSchema {