Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/GeneralClosingStructuresInputTest.cs =================================================================== diff -u -r8f8b6680fa20b2e392b8c5b3cd811556721734fc -re332bbe880e61dd4cb8c4ec98dd57eeb398b43ba --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/GeneralClosingStructuresInputTest.cs (.../GeneralClosingStructuresInputTest.cs) (revision 8f8b6680fa20b2e392b8c5b3cd811556721734fc) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/GeneralClosingStructuresInputTest.cs (.../GeneralClosingStructuresInputTest.cs) (revision e332bbe880e61dd4cb8c4ec98dd57eeb398b43ba) @@ -49,8 +49,8 @@ var modelFactorLongThreshold = new NormalDistribution(2) { - Mean = (RoundedDouble)0.9, - StandardDeviation = (RoundedDouble)0.05 + Mean = (RoundedDouble) 0.9, + StandardDeviation = (RoundedDouble) 0.05 }; // Call @@ -67,7 +67,7 @@ DistributionAssert.AreEqual(modelFactorOvertoppingFlow, inputParameters.ModelFactorOvertoppingFlow); DistributionAssert.AreEqual(modelFactorStorageVolume, inputParameters.ModelFactorStorageVolume); DistributionAssert.AreEqual(modelFactorLongThreshold, inputParameters.ModelFactorLongThreshold); - + Assert.AreEqual(2, inputParameters.ModelFactorInflowVolume.NumberOfDecimalPlaces); AssertAreEqual(1.0, inputParameters.ModelFactorInflowVolume); }