Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs =================================================================== diff -u -re853e0f8c9bfa09ee56ce3e323d82b1d42446e02 -r33996c939c8044f0e09d8b1f1ef69b5b5b1e28c3 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision e853e0f8c9bfa09ee56ce3e323d82b1d42446e02) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision 33996c939c8044f0e09d8b1f1ef69b5b5b1e28c3) @@ -165,12 +165,12 @@ ExpectedAffectedLocations = locations.Where(c => c.DesignWaterLevelOutput != null || c.WaveHeightOutput != null).ToArray(); } - public ICollection Locations { get; private set; } - public ICollection ExpectedAffectedLocations { get; private set; } + public ICollection Locations { get; } + public ICollection ExpectedAffectedLocations { get; } - public ICollection Calculations { get; private set; } + public ICollection Calculations { get; } - public ICollection ExpectedAffectedCalculations { get; private set; } + public ICollection ExpectedAffectedCalculations { get; } } static IEnumerable ChangePropertyTestCases()