Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs =================================================================== diff -u -r802ea30d1fe8fbae93e58dff9ab054dbabca11ae -r3178e116f5e59e03078d465efeb303c5e232c7bf --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs (.../CommentViewInfoTest.cs) (revision 802ea30d1fe8fbae93e58dff9ab054dbabca11ae) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/CommentViewInfoTest.cs (.../CommentViewInfoTest.cs) (revision 3178e116f5e59e03078d465efeb303c5e232c7bf) @@ -69,12 +69,12 @@ { // Setup var comment = new Comment(); - var viewMock = mocks.StrictMock(); + var view = mocks.StrictMock(); mocks.ReplayAll(); // Call - string viewName = info.GetViewName(viewMock, comment); + string viewName = info.GetViewName(view, comment); // Assert Assert.AreEqual("Opmerkingen", viewName);