Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Mar 1, 2024
1 parent caef158 commit 28aaba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract-ts/sandbox-ts/main.ava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test.before(async (t) => {
// Deploy contract
const root = worker.rootAccount;
const contract = await root.createSubAccount('test-account');

// Get wasm file path from package.json test script in folder above
await contract.deploy(
process.argv[2],
Expand Down

0 comments on commit 28aaba3

Please sign in to comment.