Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs =================================================================== diff -u -r5b1276bcb70296a150fd4a26fbf8867e6f8aa0f2 -rb23612b7fdc45eb275697f50a94756386d3c2c39 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision 5b1276bcb70296a150fd4a26fbf8867e6f8aa0f2) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision b23612b7fdc45eb275697f50a94756386d3c2c39) @@ -509,7 +509,7 @@ private GrassCoverErosionInwardsFailureMechanismResultView ShowFailureMechanismResultsView() { - GrassCoverErosionInwardsFailureMechanismResultView failureMechanismResultView = new GrassCoverErosionInwardsFailureMechanismResultView(); + var failureMechanismResultView = new GrassCoverErosionInwardsFailureMechanismResultView(); testForm.Controls.Add(failureMechanismResultView); testForm.Show();