Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs =================================================================== diff -u -r4fd4b13639f6d6f3657c02916f60571bf940ee9c -ra818b331454adfdbdf5e806ca3824e98f76e1d4a --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs (.../RingtoetsProjectTestHelperTest.cs) (revision 4fd4b13639f6d6f3657c02916f60571bf940ee9c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs (.../RingtoetsProjectTestHelperTest.cs) (revision a818b331454adfdbdf5e806ca3824e98f76e1d4a) @@ -380,7 +380,7 @@ var calculationWithoutOutput = (StructuresCalculation) failureMechanism.CalculationsGroup.Children[2]; Assert.IsFalse(calculationWithoutOutput.HasOutput); - StructuresFailureMechanismSectionResult firstSectionResult = failureMechanism.SectionResults.First(); + HeightStructuresFailureMechanismSectionResult firstSectionResult = failureMechanism.SectionResults2.First(); Assert.AreSame(calculationWithOutput, firstSectionResult.Calculation); }