Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs =================================================================== diff -u -rc48f16746209f799f93c6fc79a5202a9e3fd419f -rd30b839df8d71c1742a96ada6e422b44cdc9efff --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs (.../WaveHeightLocationsContextPropertyInfoTest.cs) (revision c48f16746209f799f93c6fc79a5202a9e3fd419f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/WaveHeightLocationsContextPropertyInfoTest.cs (.../WaveHeightLocationsContextPropertyInfoTest.cs) (revision d30b839df8d71c1742a96ada6e422b44cdc9efff) @@ -54,12 +54,12 @@ { // Setup MockRepository mockRepository = new MockRepository(); - var assessmentSectionMock = mockRepository.Stub(); + var assessmentSection = mockRepository.Stub(); var hydraulicBoundaryDatabase = new HydraulicBoundaryDatabase(); - assessmentSectionMock.HydraulicBoundaryDatabase = hydraulicBoundaryDatabase; + assessmentSection.HydraulicBoundaryDatabase = hydraulicBoundaryDatabase; mockRepository.ReplayAll(); - WaveHeightLocationsContext context = new WaveHeightLocationsContext(assessmentSectionMock); + WaveHeightLocationsContext context = new WaveHeightLocationsContext(assessmentSection); using (RingtoetsPlugin plugin = new RingtoetsPlugin()) {