Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -r650fc7b43cb6729baee51d079f0377df8d7a3de9 -r490536070dbba464bd7a8e140609b1c853660007 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 650fc7b43cb6729baee51d079f0377df8d7a3de9) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 490536070dbba464bd7a8e140609b1c853660007) @@ -207,9 +207,9 @@ Assert.AreSame(assessmentSection.GrassCoverErosionInwards, grassCoverErosionInwardsFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, grassCoverErosionInwardsFailureMechanismContext.Parent); - var macrostabilityInwardsFailureMechanismContext = (MacroStabilityInwardsFailureMechanismContext) objects[7]; - Assert.AreSame(assessmentSection.MacroStabilityInwards, macrostabilityInwardsFailureMechanismContext.WrappedData); - Assert.AreSame(assessmentSection, macrostabilityInwardsFailureMechanismContext.Parent); + var macroStabilityInwardsFailureMechanismContext = (MacroStabilityInwardsFailureMechanismContext) objects[7]; + Assert.AreSame(assessmentSection.MacroStabilityInwards, macroStabilityInwardsFailureMechanismContext.WrappedData); + Assert.AreSame(assessmentSection, macroStabilityInwardsFailureMechanismContext.Parent); var macrostabilityOutwardsFailureMechanismContext = (FailureMechanismContext) objects[8]; Assert.AreSame(assessmentSection.MacrostabilityOutwards, macrostabilityOutwardsFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, macrostabilityOutwardsFailureMechanismContext.Parent);