Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r0e4717786f2f1a865e48da9fde2089a789bfe02c -rc482712c0ff06d5654836fc8d9af535641d63ffb --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs (.../MicrostabilitySectionResultEntityReadExtensionsTest.cs) (revision 0e4717786f2f1a865e48da9fde2089a789bfe02c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs (.../MicrostabilitySectionResultEntityReadExtensionsTest.cs) (revision c482712c0ff06d5654836fc8d9af535641d63ffb) @@ -91,7 +91,7 @@ Assert.IsNotNull(sectionResult); Assert.AreEqual(entityId, sectionResult.StorageId); Assert.AreEqual(layerOne, sectionResult.AssessmentLayerOne); - Assert.AreEqual((AssessmentLayerTwoAResult)layerTwoA, sectionResult.AssessmentLayerTwoA); + Assert.AreEqual(layerTwoA, sectionResult.AssessmentLayerTwoA); Assert.AreEqual(layerThree, sectionResult.AssessmentLayerThree, 1e-6); }