Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs
===================================================================
diff -u -rf6e74516582b0e5c854526d50a90db1216417d9d -r16f9859775bbc8cb7af04dbd2a30ac8be9e93cdd
--- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs (.../MapFeaturesTestHelper.cs) (revision f6e74516582b0e5c854526d50a90db1216417d9d)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs (.../MapFeaturesTestHelper.cs) (revision 16f9859775bbc8cb7af04dbd2a30ac8be9e93cdd)
@@ -93,14 +93,8 @@
}
}
- ///
- /// Gets the expected result of a hydraulic boundary location calculation.
- ///
- /// The enumeration to get the calculation from.
- /// The location to get the calculation for.
- /// The result when there is output; otherwise.
- public static RoundedDouble GetExpectedResult(IEnumerable calculations,
- HydraulicBoundaryLocation hydraulicBoundaryLocation)
+ private static RoundedDouble GetExpectedResult(IEnumerable calculations,
+ HydraulicBoundaryLocation hydraulicBoundaryLocation)
{
return calculations
.Single(calculation => calculation.HydraulicBoundaryLocation.Equals(hydraulicBoundaryLocation))