Skip to content

Commit 5cbea63

Browse files
committed
progress
1 parent 7f68456 commit 5cbea63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@postgrestools/backend-jsonrpc/tests/workspace.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("Workspace API", () => {
2727
version: 0,
2828
});
2929

30-
const { diagnostics } = await workspace.pullDiagnostics({
30+
const { diagnostics } = await workspace.pullFileDiagnostics({
3131
only: [],
3232
skip: [],
3333
max_diagnostics: 100,

0 commit comments

Comments
 (0)