Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructures/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructures/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/HeightStructures/HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultUpdateExtensionsTest.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -146,7 +146,7 @@ { HeightStructuresSectionResultEntityId = sectionResult.StorageId, LayerOne = Convert.ToByte(false), - LayerThree = 1.1m, + LayerThree = 1.1 }; ringtoetsEntities.HeightStructuresSectionResultEntities.Add(sectionResultEntity); @@ -156,7 +156,7 @@ // Assert Assert.AreEqual(Convert.ToByte(true), sectionResultEntity.LayerOne); - Assert.AreEqual(sectionResult.AssessmentLayerThree.Value.ToNullableDecimal(), sectionResultEntity.LayerThree); + Assert.AreEqual(sectionResult.AssessmentLayerThree.Value.ToNaNAsNull(), sectionResultEntity.LayerThree); mocks.VerifyAll(); } @@ -181,7 +181,7 @@ { HeightStructuresSectionResultEntityId = sectionResult.StorageId, LayerOne = Convert.ToByte(false), - LayerThree = 1.1m, + LayerThree = 1.1 }; ringtoetsEntities.HeightStructuresSectionResultEntities.Add(sectionResultEntity);