Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/AssessmentSectionCreateExtensionsTest.cs =================================================================== diff -u -r546904adcf2ed2bb08da2ad7ba1124ad8b5cfa9c -ra8e4d7054ebef465eb8647d2c90da9a4d52f63b9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/AssessmentSectionCreateExtensionsTest.cs (.../AssessmentSectionCreateExtensionsTest.cs) (revision 546904adcf2ed2bb08da2ad7ba1124ad8b5cfa9c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/AssessmentSectionCreateExtensionsTest.cs (.../AssessmentSectionCreateExtensionsTest.cs) (revision a8e4d7054ebef465eb8647d2c90da9a4d52f63b9) @@ -192,7 +192,7 @@ var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike) { - HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase + HydraulicBoundaryDatabase = { FilePath = testFilePath, Version = testVersion, @@ -225,7 +225,7 @@ var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike) { - HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase + HydraulicBoundaryDatabase = { FilePath = testFilePath, Version = testVersion,