Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -r15cde3d4678f9a7371c2ee94e45387c941f03934 -r2d600c4298c8c2529ca85e789bc25401efb069f2 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 15cde3d4678f9a7371c2ee94e45387c941f03934) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 2d600c4298c8c2529ca85e789bc25401efb069f2) @@ -351,22 +351,6 @@ } [Test] - public void ReferenceLine_SetNewValue_GetNewValue() - { - // Setup - var random = new Random(21); - var assessmentSection = new AssessmentSection(random.NextEnumValue()); - - var referenceLine = new ReferenceLine(); - - // Call - assessmentSection.ReferenceLine = referenceLine; - - // Assert - Assert.AreSame(referenceLine, assessmentSection.ReferenceLine); - } - - [Test] public void SetHydraulicBoundaryLocationCalculations_HydraulicBoundaryLocationsNull_ThrowsArgumentNullException() { // Setup