Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rf9f201ed25d82301a1f9e03e909ff2b57deb7c12 -r6f1e2e16c67292603f19489965183fa7176ff6af --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision f9f201ed25d82301a1f9e03e909ff2b57deb7c12) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 6f1e2e16c67292603f19489965183fa7176ff6af) @@ -640,8 +640,8 @@ hydraulicBoundaryDatabase.Locations.Add(new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5) { DesignWaterLevel = 12.4, - DesignWaterLevelCalculationConvergence = true, - WaveHeightCalculationConvergence = true + DesignWaterLevelCalculationConvergence = CalculationConvergence.NotCalculated, + WaveHeightCalculationConvergence = CalculationConvergence.NotCalculated }); return hydraulicBoundaryDatabase;