Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresCalculationContextTest.cs =================================================================== diff -u -rcb903e8cdb76e9733979fe508ee097107c022a28 -rea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresCalculationContextTest.cs (.../HeightStructuresCalculationContextTest.cs) (revision cb903e8cdb76e9733979fe508ee097107c022a28) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresCalculationContextTest.cs (.../HeightStructuresCalculationContextTest.cs) (revision ea180de6e9f5ba1108b4ff3cf7bb7e57de72a37a) @@ -44,7 +44,7 @@ { // Setup var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(failureMechanism.GeneralInput); + var calculation = new HeightStructuresCalculation(); var assessmentSectionMock = mocksRepository.StrictMock(); mocksRepository.ReplayAll();