Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -r36d4b4090a4169cc8d25ede0029a3244df8fe74d -r65ce8c5ab171b234e33e2291998c9d89276db896 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 36d4b4090a4169cc8d25ede0029a3244df8fe74d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 65ce8c5ab171b234e33e2291998c9d89276db896) @@ -251,7 +251,7 @@ Assert.AreSame(assessmentSection.ClosingStructures, closingStructuresFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, closingStructuresFailureMechanismContext.Parent); - var pipingStructureFailureMechanismContext = (FailureMechanismContext) objects[18]; + var pipingStructureFailureMechanismContext = (PipingStructureFailureMechanismContext) objects[18]; Assert.AreSame(assessmentSection.PipingStructure, pipingStructureFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, pipingStructureFailureMechanismContext.Parent);