Skip to content

Commit e6a61af

Browse files
committed
Fix integration test
1 parent 5263f19 commit e6a61af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { LSPTestClient } from "./client";
22

33
async function main() {
4-
const client = new LSPTestClient("../target/debug/codebook-lsp");
4+
const client = new LSPTestClient("../target/release/codebook-lsp");
55

66
try {
77
await client.start();

0 commit comments

Comments
 (0)