Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs =================================================================== diff -u -rdd8f41ce9d9ff9fd570874721a114560c7a71013 -ra25d8e273425a90e4a8fa870f5fb624f7684ef20 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs (.../HeightStructuresFailureMechanismResultViewInfoTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ViewInfos/HeightStructuresFailureMechanismResultViewInfoTest.cs (.../HeightStructuresFailureMechanismResultViewInfoTest.cs) (revision a25d8e273425a90e4a8fa870f5fb624f7684ef20) @@ -80,7 +80,7 @@ // Setup var sectionResults = new[] { - new HeightStructuresFailureMechanismSectionResult(CreateSection()), + new HeightStructuresFailureMechanismSectionResult(CreateSection()) }; var context = new FailureMechanismSectionResultContext(sectionResults, new HeightStructuresFailureMechanism());