We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a39a74 commit d504172Copy full SHA for d504172
test/Microsoft.AspNetCore.OData.Tests/Query/Expressions/SelectExpandBinderTest.cs
@@ -400,6 +400,7 @@ public void Bind_SelectAndExpand_WithNullProperties_DoesNotThrowException()
400
Assert.Equal("Microsoft.AspNetCore.OData.Tests.Query.Expressions.User", usr.Instance.GetType().ToString());
401
IEnumerable<SelectExpandWrapper<DataFile>> fileRefsNavigations = usr.Container
402
.ToDictionary(PropertyMapper)["FileRefNavigation"] as IEnumerable<SelectExpandWrapper<DataFile>>;
403
+
404
Assert.Null(fileRefsNavigations);
405
}
406
0 commit comments