Skip to content

Commit bdca75a

Browse files
committed
fixed broken test (added the expected quotes)
1 parent b8a37a3 commit bdca75a

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
@@ -57,7 +57,7 @@ public void ModuleAttributeAnnotationReturnsSpecializedAnnotationsWhereApplicabl
5757
AssertEqual(expectedValues, actualValues);
5858
}
5959

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

0 commit comments

Comments
 (0)