Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismSectionResultTest.cs =================================================================== diff -u -r1cd3618f5f8916ef15992d69ec3b447b311c2f72 -rce94b8228bc7e51779b3754217580f13cb35e475 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismSectionResultTest.cs (.../HeightStructuresFailureMechanismSectionResultTest.cs) (revision 1cd3618f5f8916ef15992d69ec3b447b311c2f72) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismSectionResultTest.cs (.../HeightStructuresFailureMechanismSectionResultTest.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475) @@ -45,8 +45,8 @@ Assert.IsInstanceOf(sectionResult); Assert.AreSame(section, sectionResult.Section); Assert.IsFalse(sectionResult.AssessmentLayerOne); - Assert.AreEqual(0, sectionResult.AssessmentLayerTwoA.Value); - Assert.AreEqual(0, sectionResult.AssessmentLayerThree.Value); + Assert.IsNaN(sectionResult.AssessmentLayerTwoA); + Assert.IsNaN(sectionResult.AssessmentLayerThree); Assert.AreEqual(0, sectionResult.StorageId); }