Skip to content

Commit 8f5cb15

Browse files
fix: finally fix the test
1 parent 1a08025 commit 8f5cb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/diagnostics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export const EXPECTED_NON_EMPTY_DIAGNOSTICS = [
2929
suite('Should get diagnostics', () => {
3030
const docUri = getDocUri('test.ts')
3131
testAndRetry('Get ast-grep issues', async () => {
32-
await testDiagnostics(docUri, [])
32+
await testDiagnostics(docUri, EXPECTED_NON_EMPTY_DIAGNOSTICS)
3333
})
3434
})

0 commit comments

Comments
 (0)