Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRowTest.cs =================================================================== diff -u -rbc3f585dcc4ef814652ff76d2713ffc14fe247cb -r833e75c2d3d73d3b7c63ab12d44edaa3cbb09bf1 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRowTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultRowTest.cs) (revision bc3f585dcc4ef814652ff76d2713ffc14fe247cb) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRowTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultRowTest.cs) (revision 833e75c2d3d73d3b7c63ab12d44edaa3cbb09bf1) @@ -117,20 +117,5 @@ // Assert Assert.AreEqual(assessmentLayerThree, sectionResult.AssessmentLayerThree); } - - [Test] - public void Update_Always_ThrowsNotImplementedException() - { - // Setup - FailureMechanismSection section = FailureMechanismSectionTestFactory.CreateFailureMechanismSection(); - var result = new GrassCoverErosionOutwardsFailureMechanismSectionResult(section); - var row = new GrassCoverErosionOutwardsFailureMechanismSectionResultRow(result); - - // Call - TestDelegate call = () => row.Update(); - - // Assert - Assert.Throws(call); - } } } \ No newline at end of file