Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/ShiftedLogNormalDistributionDesignVariablePropertiesTest.cs =================================================================== diff -u -raa08bdaf9347b33342073f5677be89d7b4c23c9a -r9d782448bb244213599d1c6f43e5a948119bdc1f --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/ShiftedLogNormalDistributionDesignVariablePropertiesTest.cs (.../ShiftedLogNormalDistributionDesignVariablePropertiesTest.cs) (revision aa08bdaf9347b33342073f5677be89d7b4c23c9a) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/ShiftedLogNormalDistributionDesignVariablePropertiesTest.cs (.../ShiftedLogNormalDistributionDesignVariablePropertiesTest.cs) (revision 9d782448bb244213599d1c6f43e5a948119bdc1f) @@ -44,7 +44,7 @@ // Assert var exception = Assert.Throws(test); - Assert.AreEqual("logNormalDesignVariable", exception.ParamName); + Assert.AreEqual("designVariable", exception.ParamName); } [Test] @@ -84,7 +84,7 @@ // Assert var exception = Assert.Throws(test); - Assert.AreEqual("logNormalDesignVariable", exception.ParamName); + Assert.AreEqual("designVariable", exception.ParamName); mocks.VerifyAll(); }