Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputContextTest.cs =================================================================== diff -u -rfd6fc8963fb4dbf6f2b5edae0991994983d6a1f6 -rfc6a2d1d0eb0972e0b5d0003c13875777804f687 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputContextTest.cs (.../TestWaveConditionsInputContextTest.cs) (revision fd6fc8963fb4dbf6f2b5edae0991994983d6a1f6) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/TestWaveConditionsInputContextTest.cs (.../TestWaveConditionsInputContextTest.cs) (revision fc6a2d1d0eb0972e0b5d0003c13875777804f687) @@ -49,7 +49,6 @@ Assert.IsInstanceOf(context.Calculation); Assert.IsInstanceOf(context.AssessmentSection); CollectionAssert.IsEmpty(context.ForeshoreProfiles); - CollectionAssert.IsEmpty(context.HydraulicBoundaryLocations); } [Test] @@ -82,7 +81,6 @@ var waveConditionsInput = new WaveConditionsInput(); var calculation = new TestWaveConditionsCalculation(); var profiles = new ForeshoreProfile[0]; - var locations = new HydraulicBoundaryLocation[0]; // Call var context = new TestWaveConditionsInputContext(waveConditionsInput,