Skip to content

Commit 71969bb

Browse files
rename test bin?
1 parent d4e8b48 commit 71969bb

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
@@ -10,7 +10,7 @@ describe("Workspace API", () => {
1010
const command = resolve(
1111
fileURLToPath(import.meta.url),
1212
"../../../../..",
13-
`target/release/postgrestools${extension}`,
13+
`target/release/postgres-language-server${extension}`,
1414
);
1515

1616
const workspace = await createWorkspaceWithBinary(command);

0 commit comments

Comments
 (0)