Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethOkerio committed Oct 13, 2022
1 parent 1ffe1c9 commit 068fb6b
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,12 +1390,7 @@ private IEnumerable<KeyValuePair<IEdmStructuralProperty, PathSelectItem>> GetPro
{
if (changedProperties == null || changedProperties.Contains(complexProperty.Key.Name))
{
Type clrType = EdmLibHelpers.GetClrType(complexProperty.Key?.Type, resourceContext.EdmModel);

if (clrType == null || clrType != typeof(ODataIdContainer))
{
yield return complexProperty;
}
yield return complexProperty;
}
}
}
Expand Down

0 comments on commit 068fb6b

Please sign in to comment.