Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethOkerio committed Sep 29, 2022
1 parent c55084c commit 24157e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public async Task UntypedDeltaWorksInAllFormats(string acceptHeader)

for (int i = 10; i < 15; i++)
{
string contextUrl = BaseAddress.ToLowerInvariant() + "/untyped/$metadata#UntypedDeltaCustomers/$deletedEntity";
Assert.True(i.ToString().Equals(((dynamic)returnedObject).value[i]["@id"].Value));
}
}
Expand Down

0 comments on commit 24157e0

Please sign in to comment.