Skip to content

Commit b57a547

Browse files
fix: fix test error
1 parent 75fb1e3 commit b57a547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codefix.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ suite('Should get code action', () => {
1515
new vscode.Position(4, 1),
1616
)
1717
/* Generate expected code actions */
18-
const expectedTitle = 'Fix with ast-grep'
18+
const expectedTitle = 'Fix `test-sg-rule` with ast-grep'
1919
const expectedKind = vscode.CodeActionKind.QuickFix
2020
const expectedIsPreferred = true
2121
const expectedNewText = `const AstGrepTest = {

0 commit comments

Comments
 (0)