Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rad4f4fc96186eb88fdc790b03f43bbf960c80eeb -r96c1ccdc59027cef75d66c29a1724d0652576bd5 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision ad4f4fc96186eb88fdc790b03f43bbf960c80eeb) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 96c1ccdc59027cef75d66c29a1724d0652576bd5) @@ -68,6 +68,7 @@ // Assert Assert.AreEqual(typeof(AssessmentSection), info.TagType); Assert.IsNull(info.ForeColor); + Assert.IsNull(info.ExpandOnCreate); Assert.IsNull(info.CanCheck); Assert.IsNull(info.IsChecked); Assert.IsNull(info.OnNodeChecked);