We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a8f2b commit 116d3f1Copy full SHA for 116d3f1
RubberduckTests/Inspections/StopKeywordInspectionTests.cs
@@ -116,7 +116,7 @@ public void StopKeyword_QuickFixWorks_RemoveKeyword()
116
var inspector = InspectionsHelper.GetInspector(inspection);
117
var inspectionResults = inspector.FindIssuesAsync(state, CancellationToken.None).Result;
118
119
- new RemoveOptionBaseStatementQuickFix(state).Fix(inspectionResults.First());
+ new RemoveStopKeywordQuickFix(state).Fix(inspectionResults.First());
120
Assert.AreEqual(expectedCode, state.GetRewriter(component).GetText());
121
}
122
0 commit comments