Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/TestFailureMechanismSectionResultTest.cs =================================================================== diff -u -rfd75ff7d1794c6a64fd3ce1aa1f159effba2e102 -r6f0666b594e3a037789d082931a21dce4915db51 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/TestFailureMechanismSectionResultTest.cs (.../TestFailureMechanismSectionResultTest.cs) (revision fd75ff7d1794c6a64fd3ce1aa1f159effba2e102) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/TestFailureMechanismSectionResultTest.cs (.../TestFailureMechanismSectionResultTest.cs) (revision 6f0666b594e3a037789d082931a21dce4915db51) @@ -55,7 +55,7 @@ // Assert Assert.IsInstanceOf(result); - Assert.IsFalse(result.AssessmentLayerOne); + Assert.AreEqual(AssessmentLayerOneState.NotAssessed, result.AssessmentLayerOne); Assert.AreEqual(RoundedDouble.NaN, result.AssessmentLayerThree); Assert.AreSame(section, result.Section); }