Skip to content

Commit 7256d4d

Browse files
beachasaurus-rexVogel612
authored andcommitted
swapped attribute value with annotation value in test case
1 parent da7acb4 commit 7256d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Annotations/AttributeAnnotationProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void ModuleAttributeAnnotationReturnsSpecializedAnnotationsWhereApplicabl
5656
AssertEqual(expectedValues, actualValues);
5757
}
5858

59-
[TestCase("VB_ProcData.VB_Invoke_Func", "A", AnnotationType.ExcelHotKey, @"A\n14")]
59+
[TestCase("VB_ProcData.VB_Invoke_Func", @"A\n14", AnnotationType.ExcelHotKey, "A")]
6060
[TestCase("VB_Description", "\"SomeDescription\"", AnnotationType.Description, "\"SomeDescription\"")]
6161
[TestCase("VB_VarDescription", "\"SomeDescription\"", AnnotationType.VariableDescription, "\"SomeDescription\"")]
6262
[TestCase("VB_UserMemId", "0", AnnotationType.DefaultMember)]

0 commit comments

Comments
 (0)