Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -rdcc94dbcc481ef9f6f83308b82096f85f9cb6f01 -r1115fb4520d55c5018577d5160f70ee54896cf1a --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision dcc94dbcc481ef9f6f83308b82096f85f9cb6f01) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision 1115fb4520d55c5018577d5160f70ee54896cf1a) @@ -41,7 +41,6 @@ using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Calculation; -using Ringtoets.Common.Data.Contribution; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.Structures; @@ -739,8 +738,13 @@ var assessmentSection = mocks.Stub(); var failureMechanism = new TestClosingStructuresFailureMechanism(); var parent = new CalculationGroup(); - var calculation = new StructuresCalculation(); - calculation.InputParameters.ForeshoreProfile = new TestForeshoreProfile(); + var calculation = new StructuresCalculation + { + InputParameters = + { + ForeshoreProfile = new TestForeshoreProfile() + } + }; var nodeData = new ClosingStructuresCalculationContext(calculation, parent, @@ -779,8 +783,13 @@ var foreshoreProfileInput = new TestForeshoreProfile(); var parent = new CalculationGroup(); - var calculation = new StructuresCalculation(); - calculation.InputParameters.ForeshoreProfile = foreshoreProfileInput; + var calculation = new StructuresCalculation + { + InputParameters = + { + ForeshoreProfile = foreshoreProfileInput + } + }; TestForeshoreProfile.ChangeBreakWaterProperties(foreshoreProfileInput); var nodeData = new ClosingStructuresCalculationContext(calculation,