Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethOkerio committed Oct 14, 2022
1 parent a9f6366 commit f414b57
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<JToken>)bonuses)
{
Assert.Equal(2, bonus.Properties().Count());
Expand Down

0 comments on commit f414b57

Please sign in to comment.