Skip to content

Commit 1af9ed6

Browse files
committed
Changed test name
1 parent 414ac98 commit 1af9ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Symbols/DeclarationFinderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ End Sub
453453
[TestCase(projectOneModuleName, ExpectedResult = 0)] //Duplicate module name found in a separate project
454454
[TestCase(projectTwoModuleName, ExpectedResult = 1)] //Duplicate module name found in the same project
455455
[Category("Resolver")]
456-
public int DeclarationFinder_RenameCodeModule_RespectsProjectScope(string proposedTestModuleName)
456+
public int DeclarationFinder_NameConflictDetectionRespectsProjectScope(string proposedTestModuleName)
457457
{
458458

459459
string renameTargetModuleName = "TargetModule";

0 commit comments

Comments
 (0)