Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r0e4717786f2f1a865e48da9fde2089a789bfe02c -rc482712c0ff06d5654836fc8d9af535641d63ffb --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 0e4717786f2f1a865e48da9fde2089a789bfe02c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision c482712c0ff06d5654836fc8d9af535641d63ffb) @@ -55,7 +55,7 @@ // Setup var sectionResult = new GrassCoverSlipOffOutwardsFailureMechanismSectionResult(new TestFailureMechanismSection()); sectionResult.AssessmentLayerOne = assessmentLayerOneResult; - sectionResult.AssessmentLayerTwoA = (AssessmentLayerTwoAResult) assessmentLayerTwoAResult; + sectionResult.AssessmentLayerTwoA = assessmentLayerTwoAResult; sectionResult.AssessmentLayerThree = (RoundedDouble) assessmentLayerThreeResult; // Call