Skip to content

Commit

Permalink
fix: finally fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Oct 9, 2024
1 parent 1a08025 commit 8f5cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/diagnostics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export const EXPECTED_NON_EMPTY_DIAGNOSTICS = [
suite('Should get diagnostics', () => {
const docUri = getDocUri('test.ts')
testAndRetry('Get ast-grep issues', async () => {
await testDiagnostics(docUri, [])
await testDiagnostics(docUri, EXPECTED_NON_EMPTY_DIAGNOSTICS)
})
})

0 comments on commit 8f5cb15

Please sign in to comment.