Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -rc3378ccfc96767cbac99fa57ae60d08667555f01 -r7c3056aafbb670d79d239ef3d38e9d942bc33498 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs (.../ClosingStructuresCalculationEntityReadExtensionsTest.cs) (revision c3378ccfc96767cbac99fa57ae60d08667555f01) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs (.../ClosingStructuresCalculationEntityReadExtensionsTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) @@ -119,7 +119,7 @@ // Assert Assert.AreEqual(entity.Name, calculation.Name); - Assert.AreEqual(entity.Comments, calculation.Comments); + Assert.AreEqual(entity.Comments, calculation.Comments.Comments); ClosingStructuresInput inputParameters = calculation.InputParameters; Assert.IsNull(inputParameters.ForeshoreProfile);