Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresInputContextTest.cs =================================================================== diff -u -rb784ac8be54e88a798f4b7b7ad54ffe47b587e20 -r7f4ee0fa245a18426c81c11c8f9ea18e73e42d07 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresInputContextTest.cs (.../HeightStructuresInputContextTest.cs) (revision b784ac8be54e88a798f4b7b7ad54ffe47b587e20) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PresentationObjects/HeightStructuresInputContextTest.cs (.../HeightStructuresInputContextTest.cs) (revision 7f4ee0fa245a18426c81c11c8f9ea18e73e42d07) @@ -46,7 +46,7 @@ public void ConstructorWithData_Always_ExpectedPropertiesSet() { // Setup - var input = new HeightStructuresInput(new GeneralHeightStructuresInput()); + var input = new HeightStructuresInput(); var calculationMock = mocksRepository.StrictMock(); var failureMechanismMock = mocksRepository.StrictMock(); var assessmentSectionMock = mocksRepository.StrictMock(); @@ -68,7 +68,7 @@ public void Constructor_NullCalculation_ThrowsArgumentNullException() { // Setup - var input = new HeightStructuresInput(new GeneralHeightStructuresInput()); + var input = new HeightStructuresInput(); var failureMechanismMock = mocksRepository.StrictMock(); var assessmentSectionMock = mocksRepository.StrictMock(); mocksRepository.ReplayAll();