Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs =================================================================== diff -u -rf88343c0590cb04c7135ce141872940e59325927 -red4b032b9903f394deb9691c2c39a9f2122ab0f5 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs (.../ClosingStructureDataSynchronizationServiceTest.cs) (revision f88343c0590cb04c7135ce141872940e59325927) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs (.../ClosingStructureDataSynchronizationServiceTest.cs) (revision ed4b032b9903f394deb9691c2c39a9f2122ab0f5) @@ -418,10 +418,6 @@ structure1, structure2 }, - ForeshoreProfiles = - { - profile - }, CalculationsGroup = { Children = @@ -438,6 +434,10 @@ } } }; + failureMechanism.ForeshoreProfiles.AddRange(new[] + { + profile + }, "path"); failureMechanism.AddSection(section1); failureMechanism.AddSection(section2);