Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs =================================================================== diff -u -r246ebb0ea665a568e9073717d4211816220ff0fc -r209bfd7b71ef53a57e1a52337f1333d38122282f --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs (.../AssessmentSectionUpdateExtensionsTest.cs) (revision 246ebb0ea665a568e9073717d4211816220ff0fc) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/AssessmentSectionUpdateExtensionsTest.cs (.../AssessmentSectionUpdateExtensionsTest.cs) (revision 209bfd7b71ef53a57e1a52337f1333d38122282f) @@ -449,9 +449,9 @@ section.WaveImpactAsphaltCover.StorageId = 6; section.WaveImpactAsphaltCover.Contribution = 0.5; section.WaveImpactAsphaltCover.IsRelevant = true; - section.GrassCoverErosionOutside.StorageId = 7; - section.GrassCoverErosionOutside.Contribution = 0.5; - section.GrassCoverErosionOutside.IsRelevant = true; + section.GrassCoverErosionOutwards.StorageId = 7; + section.GrassCoverErosionOutwards.Contribution = 0.5; + section.GrassCoverErosionOutwards.IsRelevant = true; section.DuneErosion.StorageId = 8; section.DuneErosion.Contribution = 0.5; section.DuneErosion.IsRelevant = true; @@ -578,11 +578,11 @@ { StorageId = 8 }, - GrassCoverErosionOutside = + GrassCoverErosionOutwards = { StorageId = 9 }, - GrassCoverSlipOffOutside = + GrassCoverSlipOffOutwards = { StorageId = 10 },