From f414b579ae5c8515c0b4607a1c2ebe643604caaa Mon Sep 17 00:00:00 2001 From: ElizabethOkerio Date: Fri, 14 Oct 2022 11:57:56 +0300 Subject: [PATCH] update tests --- .../QueryComposition/SelectExpandTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs index a786b99ba0..951a34f038 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs @@ -296,10 +296,8 @@ public async Task QueryForAnEntryAnIncludeTheRelatedEntriesForASetOfNavigationPr Assert.Equal(3, order.Properties().Count()); } - JArray bonuses = customer["Bonuses"] as JArray; Assert.Equal((int)customer["Id"], bonuses.Count); - foreach (JObject bonus in (IEnumerable)bonuses) { Assert.Equal(2, bonus.Properties().Count());