Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ProjectCreateExtensionsTest.cs =================================================================== diff -u -rae6f0c6b534ca650e160ae6d9c0bc90369d25c68 -r1eed3e3f652618c52a462edc502cfd4250772314 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ProjectCreateExtensionsTest.cs (.../ProjectCreateExtensionsTest.cs) (revision ae6f0c6b534ca650e160ae6d9c0bc90369d25c68) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ProjectCreateExtensionsTest.cs (.../ProjectCreateExtensionsTest.cs) (revision 1eed3e3f652618c52a462edc502cfd4250772314) @@ -21,7 +21,6 @@ using System; using Application.Ringtoets.Storage.Create; -using Core.Common.Base.Data; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; @@ -35,7 +34,7 @@ public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException() { // Setup - var project = new Project(); + var project = new RingtoetsProject(); // Call TestDelegate test = () => project.Create(null); @@ -50,7 +49,7 @@ { // Setup var testdescription = "testDescription"; - var project = new Project + var project = new RingtoetsProject { Description = testdescription }; @@ -68,7 +67,7 @@ public void Create_WithAssessmentSections_AddsSectionsToEntity() { // Setup - var project = new Project + var project = new RingtoetsProject { Items = {