Skip to content

Commit

Permalink
fix wast tests deploy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Aug 15, 2024
1 parent db8f419 commit cebf8c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/tests/integration/data/errors.wast
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ setAccount(Account(b"test-account"), 9876543210)
deployContract(
Account(b"test-account"),
Contract(b"test-sc"),
b"test-wasm",
.List
b"test-wasm"
)

callTx(
Expand Down
3 changes: 1 addition & 2 deletions src/tests/integration/data/extend_ttl.wast
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ setAccount(Account(b"test-account"), 9876543210)
deployContract(
Account(b"test-account"),
Contract(b"test-sc"),
b"test-wasm",
.List
b"test-wasm"
)

callTx(
Expand Down
3 changes: 1 addition & 2 deletions src/tests/integration/data/increment_panic.wast
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ setAccount(Account(b"test-account"), 9876543210)
deployContract(
Account(b"test-account"),
Contract(b"test-sc"),
b"test-wasm",
.List
b"test-wasm"
)

callTx(
Expand Down

0 comments on commit cebf8c8

Please sign in to comment.