Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs =================================================================== diff -u -r57517bf1c8e4d95cdd1d1e871891995c16cf94ea -r5973ea19f0223d8e4331d1646e505032a569f0b4 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 57517bf1c8e4d95cdd1d1e871891995c16cf94ea) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssemblyResultTotalViewTest.cs (.../AssemblyResultTotalViewTest.cs) (revision 5973ea19f0223d8e4331d1646e505032a569f0b4) @@ -85,6 +85,7 @@ Assert.IsInstanceOf(view); Assert.IsInstanceOf(view); Assert.IsNull(view.Data); + Assert.AreSame(assessmentSection, view.AssessmentSection); } }