Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r764734654afcbed716109739b89a1da51942303b -r2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 764734654afcbed716109739b89a1da51942303b) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8) @@ -377,7 +377,7 @@ return hydraulicBoundaryDatabase; } - private static GeneralResultSubMechanismIllustrationPoint GetConfiguredGeneralResultSubMechanismIllustrationPoint() + private static GeneralResult GetConfiguredGeneralResultSubMechanismIllustrationPoint() { var illustrationPointResult = new IllustrationPointResult("Description of result", 5); var subMechanismIllustrationPointStochast = new SubMechanismIllustrationPointStochast("Name of a submechanism stochast", 10, 9, 8); @@ -397,15 +397,15 @@ var governingWindDirection = new WindDirection("SSE", 120); var stochast = new Stochast("Name of stochast", 13, 37); - return new GeneralResultSubMechanismIllustrationPoint(governingWindDirection, - new[] - { - stochast - }, - new[] - { - topLevelIllustrationPoint - }); + return new GeneralResult(governingWindDirection, + new[] + { + stochast + }, + new[] + { + topLevelIllustrationPoint + }); } private static AssessmentLayerOneState GetAssessmentLayerOneState()