Skip to content

Commit 18239ca

Browse files
committed
Fix test name
1 parent f7d890d commit 18239ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/IllegalAnnotationsInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ End Sub
640640

641641
[Test]
642642
[Category("Inspections")]
643-
public void VariableAnnotationOnIdentifier_OneResult()
643+
public void VariableAnnotationOnLabel_OneResult()
644644
{
645645
const string inputCode = @"
646646
Option Explicit

0 commit comments

Comments
 (0)