public void LevelsOptionSetCorrectly()
 {
     LevelsClause levels = new LevelsClause(false, 16384);
     ExpandedNavigationSelectItem expansion = new ExpandedNavigationSelectItem(new ODataExpandPath(new NavigationPropertySegment(ModelBuildingHelpers.BuildValidNavigationProperty(), null)), HardCodedTestModel.GetPeopleSet(), null, null, null, null, null, null, null, levels);
     expansion.LevelsOption.IsMaxLevel.Should().BeFalse();
     expansion.LevelsOption.Level.Should().Be(16384);
 }