Skip to content

Commit b5d5cb6

Browse files
committed
Align IgnoreModule test setup to new annotation updater contructor
1 parent fc4fe97 commit b5d5cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/QuickFixes/IgnoreInModuleQuickFixTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Debug.Print 42
127127

128128
protected override IQuickFix QuickFix(RubberduckParserState state)
129129
{
130-
var annotationUpdater = new AnnotationUpdater();
130+
var annotationUpdater = new AnnotationUpdater(state);
131131
var inspections = new List<IInspection> {new VariableNotUsedInspection(state)};
132132
return new IgnoreInModuleQuickFix(annotationUpdater, state, inspections);
133133
}

0 commit comments

Comments
 (0)