Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs =================================================================== diff -u -r75d12c89224759df39acf21f187f309a3e4ae274 -rc114776ae9eae9848dd5841211bbe2105ae57dc7 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs (.../WaveHeightLocationsContextPropertyInfoTest.cs) (revision 75d12c89224759df39acf21f187f309a3e4ae274) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs (.../WaveHeightLocationsContextPropertyInfoTest.cs) (revision c114776ae9eae9848dd5841211bbe2105ae57dc7) @@ -60,7 +60,7 @@ assessmentSection.Stub(a => a.HydraulicBoundaryDatabase).Return(hydraulicBoundaryDatabase); mockRepository.ReplayAll(); - var context = new WaveHeightLocationsContext(assessmentSection); + var context = new WaveHeightLocationsContext(hydraulicBoundaryDatabase.Locations, assessmentSection); using (var plugin = new RingtoetsPlugin()) {