Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs =================================================================== diff -u -r86d4e6d30a0f372f05289ed4c20f9b2436a587aa -r82677f34a19358f3fd29d731f416fe12ea3e96ba --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision 86d4e6d30a0f372f05289ed4c20f9b2436a587aa) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Assembly/AssessmentSectionAssemblyFactoryTest.cs (.../AssessmentSectionAssemblyFactoryTest.cs) (revision 82677f34a19358f3fd29d731f416fe12ea3e96ba) @@ -390,7 +390,7 @@ Assert.AreEqual(expectedOutput[i].ClosingStructures, output[i].ClosingStructures); Assert.AreEqual(expectedOutput[i].PipingStructure, output[i].PipingStructure); Assert.AreEqual(expectedOutput[i].StabilityPointStructures, output[i].StabilityPointStructures); - Assert.AreEqual(expectedOutput[i].StrengthStabilityLengthwise, output[i].StrengthStabilityLengthwise); + Assert.AreEqual(expectedOutput[i].StrengthStabilityLengthwiseConstruction, output[i].StrengthStabilityLengthwiseConstruction); Assert.AreEqual(expectedOutput[i].DuneErosion, output[i].DuneErosion); Assert.AreEqual(expectedOutput[i].TechnicalInnovation, output[i].TechnicalInnovation); }