Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs =================================================================== diff -u -r64b9d05b572ff4878d9e74c6d1e4586e1b6d0a3d -ra6bdea416fb8f10968db3a2a282773c41f991579 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs (.../TestForeshoreProfileTest.cs) (revision 64b9d05b572ff4878d9e74c6d1e4586e1b6d0a3d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/TestForeshoreProfileTest.cs (.../TestForeshoreProfileTest.cs) (revision a6bdea416fb8f10968db3a2a282773c41f991579) @@ -47,7 +47,7 @@ public void Constructor_UseBreakWater_ReturnsSectionWithEmptyNameAndOnePointAtOriginAndDefaultBreakWater() { // Call - var profile = new TestForeshoreProfile(); + var profile = new TestForeshoreProfile(true); // Assert Assert.IsEmpty(profile.Geometry);