Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationGroupContextExportInfoTest.cs =================================================================== diff -u -rbe64b9f33b3065a4d80c0a93c1cafe3d74f43513 -r82db5c5ee21fae9e20fee1412dbb29b1c47b038a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationGroupContextExportInfoTest.cs (.../HeightStructuresCalculationGroupContextExportInfoTest.cs) (revision be64b9f33b3065a4d80c0a93c1cafe3d74f43513) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationGroupContextExportInfoTest.cs (.../HeightStructuresCalculationGroupContextExportInfoTest.cs) (revision 82db5c5ee21fae9e20fee1412dbb29b1c47b038a) @@ -67,8 +67,8 @@ mocks.ReplayAll(); var context = new HeightStructuresCalculationGroupContext(new CalculationGroup(), - new HeightStructuresFailureMechanism(), - assessmentSection); + new HeightStructuresFailureMechanism(), + assessmentSection); using (var plugin = new HeightStructuresPlugin()) { @@ -108,8 +108,8 @@ mocks.ReplayAll(); var context = new HeightStructuresCalculationGroupContext(new CalculationGroup(), - new HeightStructuresFailureMechanism(), - assessmentSection); + new HeightStructuresFailureMechanism(), + assessmentSection); using (var plugin = new HeightStructuresPlugin()) { @@ -147,8 +147,8 @@ } var context = new HeightStructuresCalculationGroupContext(calculationGroup, - new HeightStructuresFailureMechanism(), - assessmentSection); + new HeightStructuresFailureMechanism(), + assessmentSection); using (var plugin = new HeightStructuresPlugin()) {