Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs =================================================================== diff -u -rb79e419a1fcdf3d80760ea4bc35ac354525911d2 -r8632f6b6445f2fd61f65f8a4d07a01cae64a259f --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs (.../AddNewDemoDikeAssessmentSectionCommandTest.cs) (revision b79e419a1fcdf3d80760ea4bc35ac354525911d2) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs (.../AddNewDemoDikeAssessmentSectionCommandTest.cs) (revision 8632f6b6445f2fd61f65f8a4d07a01cae64a259f) @@ -111,7 +111,7 @@ Assert.AreEqual(5.93, hydraulicBoundaryLocations[14].DesignWaterLevel); Assert.AreEqual(5.54, hydraulicBoundaryLocations[15].DesignWaterLevel); Assert.AreEqual(5.86, hydraulicBoundaryLocations[16].DesignWaterLevel); - Assert.IsNaN(hydraulicBoundaryLocations[17].DesignWaterLevel); + Assert.AreEqual(6.0, hydraulicBoundaryLocations[17].DesignWaterLevel); } private void AssertCharacteristicPointsOnSurfaceLines(RingtoetsPipingSurfaceLine[] surfaceLines)