We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74ec09 commit 88e606bCopy full SHA for 88e606b
RubberduckTests/Refactoring/RemoveParametersTests.cs
@@ -27,7 +27,7 @@ private void CleanUp()
27
}
28
29
[TestMethod]
30
- public void RemoveParamatersRefactoring_RemoveBothParams()
+ public void RemoveParamatersRefactoring_RemoveOnlyParam()
31
{
32
//Input
33
const string inputCode =
@@ -62,7 +62,7 @@ public void RemoveParamatersRefactoring_RemoveBothParams()
62
63
64
65
- public void RemoveParamatersRefactoring_RemoveOnlyParam()
+ public void RemoveParamatersRefactoring_RemoveBothParams()
66
67
68
0 commit comments