Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs =================================================================== diff -u -re182f6f394aa75e739467a77e7bcacd9a8b25429 -r8905298103eb01ce13dd5c1a2f267f879d4fda3e --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision e182f6f394aa75e739467a77e7bcacd9a8b25429) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision 8905298103eb01ce13dd5c1a2f267f879d4fda3e) @@ -373,7 +373,7 @@ [Test] [TestCaseSource("DistributionsWithInvalidCoefficient")] - public void Validate_DistributionVariationCoefficientInvalid_LogsErrorAndReturnsFalse( + public void Validate_DistributionVariationCoefficientInvalid_LogsErrorAndReturnsFalse( double coefficientOne, double coefficientTwo, double coefficientThree, double coefficientFour, string parameterName) { // Setup @@ -754,7 +754,7 @@ var mockRepository = new MockRepository(); IAssessmentSection assessmentSectionStub = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); - mockRepository.ReplayAll(); + mockRepository.ReplayAll(); var calculation = new TestHeightStructuresCalculation { @@ -819,7 +819,7 @@ IAssessmentSection assessmentSectionStub = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); mockRepository.ReplayAll(); - + var calculation = new TestHeightStructuresCalculation { InputParameters = @@ -882,7 +882,7 @@ IAssessmentSection assessmentSectionStub = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); mockRepository.ReplayAll(); - + var calculation = new TestHeightStructuresCalculation { InputParameters =