Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rc8eb333514adae8495778ed16c71c41a6eb4251b -rc116b4635603c6d5bbdedb837f68fd3839ece6ca --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c8eb333514adae8495778ed16c71c41a6eb4251b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) @@ -136,8 +136,8 @@ // Setup var failureMechanisms = new IFailureMechanism[] { - new PipingFailureMechanism(), - new FailureMechanismPlaceholder("A") + new Piping.Data.Piping(), + new Placeholder("A") }; var contribution = new FailureMechanismContribution(failureMechanisms, 10.0, 2); var comments = "some comment";