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.
2 parents 2c33468 + c7b5414 commit 75a6959Copy full SHA for 75a6959
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