Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationGroupContextExportInfoTest.cs =================================================================== diff -u -r7261037d9779a908ec89ded5b4fdb73c568a9606 -r8b60c9e846480f3ffeeb263bfea5d3367bf6bee3 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationGroupContextExportInfoTest.cs (.../ClosingStructuresCalculationGroupContextExportInfoTest.cs) (revision 7261037d9779a908ec89ded5b4fdb73c568a9606) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationGroupContextExportInfoTest.cs (.../ClosingStructuresCalculationGroupContextExportInfoTest.cs) (revision 8b60c9e846480f3ffeeb263bfea5d3367bf6bee3) @@ -67,6 +67,7 @@ mocks.ReplayAll(); var context = new ClosingStructuresCalculationGroupContext(new CalculationGroup(), + null, new ClosingStructuresFailureMechanism(), assessmentSection); @@ -108,6 +109,7 @@ mocks.ReplayAll(); var context = new ClosingStructuresCalculationGroupContext(new CalculationGroup(), + null, new ClosingStructuresFailureMechanism(), assessmentSection); @@ -147,6 +149,7 @@ } var context = new ClosingStructuresCalculationGroupContext(calculationGroup, + null, new ClosingStructuresFailureMechanism(), assessmentSection);