Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/DesignWaterLevelLocationContextTest.cs =================================================================== diff -u -r1f7f79eaf55689da4a8921bb7f15960a2fff9ab7 -r55311d5ec9f5dbe89c93bdcd7ae51b7931dbef94 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/DesignWaterLevelLocationContextTest.cs (.../DesignWaterLevelLocationContextTest.cs) (revision 1f7f79eaf55689da4a8921bb7f15960a2fff9ab7) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/DesignWaterLevelLocationContextTest.cs (.../DesignWaterLevelLocationContextTest.cs) (revision 55311d5ec9f5dbe89c93bdcd7ae51b7931dbef94) @@ -36,11 +36,11 @@ var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()); // Call - var presentationObject = new DesignWaterLevelLocationContext(hydraulicBoundaryLocationCalculation); + var context = new DesignWaterLevelLocationContext(hydraulicBoundaryLocationCalculation); // Assert - Assert.IsInstanceOf(presentationObject); - Assert.AreSame(hydraulicBoundaryLocationCalculation, presentationObject.WrappedData); + Assert.IsInstanceOf(context); + Assert.AreSame(hydraulicBoundaryLocationCalculation, context.WrappedData); } } } \ No newline at end of file