Skip to content

Commit ec01a79

Browse files
author
Gleb
authored
Fix TS tests (#1820)
1 parent 497efe8 commit ec01a79

File tree

1 file changed

+1
-1
lines changed
  • cmd/crates/soroban-spec-typescript/ts-tests/src

1 file changed

+1
-1
lines changed

cmd/crates/soroban-spec-typescript/ts-tests/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Address, Keypair } from "@stellar/stellar-sdk";
33
import { basicNodeSigner } from "@stellar/stellar-sdk/contract";
44

55
const rootKeypair = Keypair.fromSecret(
6-
spawnSync("./soroban", ["keys", "secret", "root"], {
6+
spawnSync("./stellar", ["keys", "secret", "root"], {
77
shell: true,
88
encoding: "utf8",
99
}).stdout.trim(),

0 commit comments

Comments
 (0)