Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs =================================================================== diff -u -r7f4ee0fa245a18426c81c11c8f9ea18e73e42d07 -rea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision 7f4ee0fa245a18426c81c11c8f9ea18e73e42d07) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision ea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a) @@ -78,11 +78,10 @@ public void Text_Always_ReturnsTextFromResource() { // Setup - var generalInput = new GeneralHeightStructuresInput(); var assessmentSectionMock = mocksRepository.StrictMock(); var heightStructuresInputContext = new HeightStructuresInputContext( new HeightStructuresInput(), - new HeightStructuresCalculation(generalInput), + new HeightStructuresCalculation(), new HeightStructuresFailureMechanism(), assessmentSectionMock); @@ -101,10 +100,9 @@ { // Setup var assessmentSectionMock = mocksRepository.StrictMock(); - var generalInput = new GeneralHeightStructuresInput(); var heightStructuresInputContext = new HeightStructuresInputContext( new HeightStructuresInput(), - new HeightStructuresCalculation(generalInput), + new HeightStructuresCalculation(), new HeightStructuresFailureMechanism(), assessmentSectionMock);