Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs =================================================================== diff -u -r8560f7a7b53b45ad9d2d4afc6172ffdd05342082 -r86a422d2f0c29eebb2c1c1efdcb3540bde62de17 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs (.../HydraulicBoundaryLocationCalculationRowTest.cs) (revision 8560f7a7b53b45ad9d2d4afc6172ffdd05342082) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs (.../HydraulicBoundaryLocationCalculationRowTest.cs) (revision 86a422d2f0c29eebb2c1c1efdcb3540bde62de17) @@ -55,8 +55,7 @@ Assert.AreEqual(id, row.Id); Assert.AreEqual(locationName, row.Name); - var expectedPoint2D = new Point2D(coordinateX, coordinateY); - Assert.AreEqual(expectedPoint2D, row.Location); + Assert.AreSame(hydraulicBoundaryLocation.Location, row.Location); TestHelper.AssertTypeConverter(nameof(HydraulicBoundaryLocationCalculationRow.Result)); Assert.IsNaN(row.Result);