Skip to content

Commit

Permalink
fix deploy signers
Browse files Browse the repository at this point in the history
  • Loading branch information
WGB5445 committed Sep 29, 2022
1 parent f1a9760 commit 4b5ef1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions integration-tests/daospace/dao_create.exp
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
processed 13 tasks
processed 12 tasks

task 5 'run'. lines 11-19:
task 4 'run'. lines 9-17:
{
"gas_used": 791553,
"status": "Executed"
}

task 7 'run'. lines 23-30:
task 6 'run'. lines 21-28:
{
"gas_used": 10191,
"status": "Executed"
}

task 9 'run'. lines 70-78:
task 8 'run'. lines 68-76:
{
"gas_used": 79013,
"status": "Executed"
}

task 12 'run'. lines 84-95:
task 11 'run'. lines 82-93:
{
"gas_used": 1054663,
"status": "Executed"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/daospace/dao_create.move
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

//# faucet --addr bob --amount 10000000000

//# faucet --addr carol --amount 10000000000

//# block --author=0x3 --timestamp 900000

//# run --signers alice
Expand Down Expand Up @@ -79,7 +77,7 @@ script{

//# block --author=0x3 --timestamp 90240000

//# deploy {{$.package[0].file}} --signers alice
//# deploy {{$.package[0].file}} --signers bob

//# run --signers alice
script{
Expand Down

0 comments on commit 4b5ef1d

Please sign in to comment.