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 2c33468 commit c7b5414Copy full SHA for c7b5414
RubberduckTests/Refactoring/RemoveParametersTests.cs
@@ -27,7 +27,7 @@ private void CleanUp()
27
}
28
29
[TestMethod]
30
- public void RemoveParamatersRefactoring_RemoveOnlyParam()
+ public void RemoveParamatersRefactoring_RemoveBothParams()
31
{
32
//Input
33
const string inputCode =
@@ -62,7 +62,7 @@ public void RemoveParamatersRefactoring_RemoveOnlyParam()
62
63
64
65
- public void RemoveParamatersRefactoring_RemoveBothParams()
+ public void RemoveParamatersRefactoring_RemoveOnlyParam()
66
67
68
0 commit comments