Skip to content

Commit 75a6959

Browse files
committed
Merge pull request #683 from Hosch250/patch-1
Rename incorrectly named tests
2 parents 2c33468 + c7b5414 commit 75a6959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RubberduckTests/Refactoring/RemoveParametersTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private void CleanUp()
2727
}
2828

2929
[TestMethod]
30-
public void RemoveParamatersRefactoring_RemoveOnlyParam()
30+
public void RemoveParamatersRefactoring_RemoveBothParams()
3131
{
3232
//Input
3333
const string inputCode =
@@ -62,7 +62,7 @@ public void RemoveParamatersRefactoring_RemoveOnlyParam()
6262
}
6363

6464
[TestMethod]
65-
public void RemoveParamatersRefactoring_RemoveBothParams()
65+
public void RemoveParamatersRefactoring_RemoveOnlyParam()
6666
{
6767
//Input
6868
const string inputCode =

0 commit comments

Comments
 (0)