Skip to content

Commit 73c452c

Browse files
author
Seulgi Kim
committed
Change the binary name in e2e tests
1 parent 4c530c6 commit 73c452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/helper/spawn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default class CodeChain {
232232
this.restarts++;
233233
this.process = { state: "initializing" };
234234
const child = spawn(
235-
`target/${useDebugBuild ? "debug" : "release"}/codechain`,
235+
`target/${useDebugBuild ? "debug" : "release"}/foundry`,
236236
[
237237
...baseArgs,
238238
"--chain",

0 commit comments

Comments
 (0)