Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -r489cbf6d1e84948fe927655e1a9bd4fcb4968bfe -rba715436cd0186ee10a1edc13d547ee27bea4c89 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 489cbf6d1e84948fe927655e1a9bd4fcb4968bfe) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision ba715436cd0186ee10a1edc13d547ee27bea4c89) @@ -62,7 +62,10 @@ new Point2D(5, 6), new Point2D(7, 8) }, - null, new DikeProfile.ConstructionProperties()); + null, new DikeProfile.ConstructionProperties + { + Id = "id" + }); } #region Contains methods