Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/ShiftedLogNormalDistributionTest.cs =================================================================== diff -u -r165068d9499f2282a744a79877d0af4461106d9d -r35ac007662ffaa1f57d28a564742249795b50514 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/ShiftedLogNormalDistributionTest.cs (.../ShiftedLogNormalDistributionTest.cs) (revision 165068d9499f2282a744a79877d0af4461106d9d) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/ShiftedLogNormalDistributionTest.cs (.../ShiftedLogNormalDistributionTest.cs) (revision 35ac007662ffaa1f57d28a564742249795b50514) @@ -50,7 +50,7 @@ [TestCase(3, 5.647)] [TestCase(4, 5.6473)] [TestCase(15, 5.647300000000000)] - public void Mean_SetNewValue_GetValueRoundedToGivenNumberOfDecimalPlaces(int numberOfDecimalPlaces, double expectedStandardDeviation) + public void Shift_SetNewValue_GetValueRoundedToGivenNumberOfDecimalPlaces(int numberOfDecimalPlaces, double expectedStandardDeviation) { // Setup var distribution = new ShiftedLogNormalDistribution(numberOfDecimalPlaces)