Skip to content

Commit 116d3f1

Browse files
committed
Fix test
1 parent e9a8f2b commit 116d3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/StopKeywordInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void StopKeyword_QuickFixWorks_RemoveKeyword()
116116
var inspector = InspectionsHelper.GetInspector(inspection);
117117
var inspectionResults = inspector.FindIssuesAsync(state, CancellationToken.None).Result;
118118

119-
new RemoveOptionBaseStatementQuickFix(state).Fix(inspectionResults.First());
119+
new RemoveStopKeywordQuickFix(state).Fix(inspectionResults.First());
120120
Assert.AreEqual(expectedCode, state.GetRewriter(component).GetText());
121121
}
122122

0 commit comments

Comments
 (0)