Skip to content

Commit 0264186

Browse files
committed
Correction of typo and change to data-driven tests for members allowing attributes
1 parent f77fea4 commit 0264186

File tree

2 files changed

+22
-326
lines changed

2 files changed

+22
-326
lines changed

RubberduckTests/Grammar/AttributesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ End Property
434434
[Category("Grammar")]
435435
[Category("Attributes")]
436436
[Test]
437-
public void VariableAttributeBetweenVariableDeclarationsAndModuleBaodyGetsRecognized()
437+
public void VariableAttributeBetweenVariableDeclarationsAndModuleBodyGetsRecognized()
438438
{
439439
const string inputCode =
440440
@"

0 commit comments

Comments
 (0)