Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r7c3056aafbb670d79d239ef3d38e9d942bc33498 -rb4e3629ea2130359117dd403af8db3c8ae0c680b --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 7c3056aafbb670d79d239ef3d38e9d942bc33498) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision b4e3629ea2130359117dd403af8db3c8ae0c680b) @@ -836,9 +836,9 @@ Assert.AreEqual(expectedRoughnessPoint.Roughness, actualRoughnessPoint.Roughness); } - private static void AssertComments(Commentable expectedComments, Commentable actualComments) + private static void AssertComments(Comment expectedComments, Comment actualComments) { - Assert.AreEqual(expectedComments.Comments, actualComments.Comments); + Assert.AreEqual(expectedComments.Body, actualComments.Body); } private static void AssertStructureInputBase(StructuresInputBase expectedInput,