Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/StochastConverterTest.cs =================================================================== diff -u -rafbdd1f5c7ca64e29f2f5281583d41837a95191b -r0fd23ff8e68b5f0d18d344d104bc68216cb49b51 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/StochastConverterTest.cs (.../StochastConverterTest.cs) (revision afbdd1f5c7ca64e29f2f5281583d41837a95191b) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/IllustrationPoints/StochastConverterTest.cs (.../StochastConverterTest.cs) (revision 0fd23ff8e68b5f0d18d344d104bc68216cb49b51) @@ -24,8 +24,8 @@ using Ringtoets.Common.Data.Hydraulics.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Service.IllustrationPoints; -using HydraStochast = Ringtoets.HydraRing.Calculation.Parsers.IllustrationPoints.Stochast; -using HydraRealizedStochast = Ringtoets.HydraRing.Calculation.Parsers.IllustrationPoints.RealizedStochast; +using HydraStochast = Ringtoets.HydraRing.Calculation.Data.Output.IllustrationPoints.Stochast; +using HydraRealizedStochast = Ringtoets.HydraRing.Calculation.Data.Output.IllustrationPoints.RealizedStochast; namespace Ringtoets.Common.Service.Test.IllustrationPoints {