Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructuresCalculationTest.cs =================================================================== diff -u -r2f27456a18a7af787b1725771d95694c56105c1c -r7c3056aafbb670d79d239ef3d38e9d942bc33498 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructuresCalculationTest.cs (.../TestStabilityPointStructuresCalculationTest.cs) (revision 2f27456a18a7af787b1725771d95694c56105c1c) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/TestStabilityPointStructuresCalculationTest.cs (.../TestStabilityPointStructuresCalculationTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) @@ -41,7 +41,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);