Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs =================================================================== diff -u -rc09cca89155759682fcb5f11e1c4bf35051795b0 -reef76311cf166ff9bf9f08b3c5ca879307b7f7d7 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision c09cca89155759682fcb5f11e1c4bf35051795b0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision eef76311cf166ff9bf9f08b3c5ca879307b7f7d7) @@ -28,6 +28,7 @@ using Core.Components.Gis.Data; using Core.Components.Gis.Forms; using NUnit.Framework; +using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; using Ringtoets.Common.Data.FailureMechanism; @@ -372,7 +373,7 @@ public AssessmentSectionComposition Composition { get; private set; } - public string Comments { get; set; } + public Commentable Comments { get; private set; } public ReferenceLine ReferenceLine { get; set; }