Index: Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/Views/DuneLocationCalculationsViewTest.cs =================================================================== diff -u -r18dde4a750ef07d1b4af0fea3d81ac835c53806e -r0d86e695196a16400fe845635ac7d58c65b1dddd --- Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/Views/DuneLocationCalculationsViewTest.cs (.../DuneLocationCalculationsViewTest.cs) (revision 18dde4a750ef07d1b4af0fea3d81ac835c53806e) +++ Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/Views/DuneLocationCalculationsViewTest.cs (.../DuneLocationCalculationsViewTest.cs) (revision 0d86e695196a16400fe845635ac7d58c65b1dddd) @@ -153,7 +153,7 @@ [Test] [TestCase(null)] [TestCase("")] - public void Constructor_GetCalculationIdentifierFuncNull_ThrowsArgumentException(string categoryBoundaryName) + public void Constructor_GetCalculationIdentifierFuncNull_ThrowsArgumentException(string calculationIdentifier) { // Setup var assessmentSection = mocks.Stub();