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