Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs =================================================================== diff -u -rfaea7b000850729e2b0c6c2a06fe3a7e94541abd -r7594f72cabeb4802ffab5715e2edb2712fc1f0df --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision faea7b000850729e2b0c6c2a06fe3a7e94541abd) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationContextTest.cs) (revision 7594f72cabeb4802ffab5715e2edb2712fc1f0df) @@ -40,7 +40,7 @@ }; // Call - var presentationObject = new GrassCoverErosionOutwardsWaveHeightLocationContext(locations, hydraulicBoundaryLocation); + var presentationObject = new GrassCoverErosionOutwardsWaveHeightLocationContext(hydraulicBoundaryLocation, locations); // Assert Assert.IsInstanceOf(presentationObject);