Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -red4b032b9903f394deb9691c2c39a9f2122ab0f5 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision ed4b032b9903f394deb9691c2c39a9f2122ab0f5) @@ -169,8 +169,12 @@ public void Create_WithForeshoreProfiles_ForeshoreProfilesEntitiesCreated() { // Setup + // TODO: WTI-1112: Add path location as part of storage var failureMechanism = new WaveImpactAsphaltCoverFailureMechanism(); - failureMechanism.ForeshoreProfiles.Add(new TestForeshoreProfile()); + failureMechanism.ForeshoreProfiles.AddRange(new[] + { + new TestForeshoreProfile() + }, "path"); // Call FailureMechanismEntity entity = failureMechanism.Create(new PersistenceRegistry());