Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs =================================================================== diff -u -r2389ee6ea48d7014101ea90df5db340b44407c12 -r504f726111ede24adc838a345fdcd1c47227c79b --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision 2389ee6ea48d7014101ea90df5db340b44407c12) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision 504f726111ede24adc838a345fdcd1c47227c79b) @@ -312,7 +312,7 @@ { public string Name { get; set; } public AssessmentSectionComposition Composition { get; private set; } - public AssessmentSectionComment Comments { get; set; } + public string Comments { get; set; } public ReferenceLine ReferenceLine { get; set; } public FailureMechanismContribution FailureMechanismContribution { get; private set; } public HydraulicBoundaryDatabase HydraulicBoundaryDatabase { get; set; }