Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructuresCalculationTest.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructuresCalculationTest.cs (.../TestHeightStructuresCalculationTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructuresCalculationTest.cs (.../TestHeightStructuresCalculationTest.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -37,7 +37,7 @@ Assert.IsInstanceOf>(calculation); Assert.AreEqual("Nieuwe berekening", calculation.Name); Assert.IsNotNull(calculation.InputParameters); - Assert.IsNull(calculation.Comments.Comments); + Assert.IsNull(calculation.Comments.Body); Assert.IsFalse(calculation.HasOutput); Assert.IsNotNull(calculation.InputParameters.Structure);