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 5, 2023
1 parent 425c828 commit da83272
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public void Bind_SelectAndExpand_WithNullProperties_DoesNotThrowException()
Assert.Equal("Microsoft.AspNetCore.OData.Tests.Query.Expressions.User", usr.Instance.GetType().ToString());
IEnumerable<SelectExpandWrapper<DataFile>> fileRefsNavigations = usr.Container
.ToDictionary(PropertyMapper)["FileRefNavigation"] as IEnumerable<SelectExpandWrapper<DataFile>>;

Assert.Null(fileRefsNavigations);
}

Expand Down

0 comments on commit da83272

Please sign in to comment.