Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r2a3b5c8305492fff0fa77b78fa3b2f5e9f8091a5 -rcb52c5ede0d946ce4ea1c704dc2231fba080b402 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 2a3b5c8305492fff0fa77b78fa3b2f5e9f8091a5) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision cb52c5ede0d946ce4ea1c704dc2231fba080b402) @@ -48,7 +48,7 @@ [Test] public void Constructor_ExpectedValues() { - // Setup & Call + // Call var properties = new GrassCoverErosionInwardsFailureMechanismContextProperties(); // Assert @@ -105,9 +105,9 @@ { Data = new GrassCoverErosionInwardsFailureMechanismContext(failureMechanism, assessmentSectionMock) }; + const int newLengthEffect = 10; // Call - const int newLengthEffect = 10; properties.LengthEffect = newLengthEffect; // Assert