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