Skip to content

Commit

Permalink
[frozen-config] fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Mar 19, 2024
1 parent 602e1c8 commit d2f1c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ processed 15 tasks

task 4 'run'. lines 11-19:
{
"gas_used": 3102420,
"gas_used": 3102414,
"status": "Executed"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script {
use StarcoinFramework::FrozenConfigStrategy;

fun initialize_with_starcoin_association(sender: signer) {
FrozenConfigStrategy::initialize(sender);
FrozenConfigStrategy::do_initialize(&sender);
}
}
// check: Executed
Expand Down

0 comments on commit d2f1c86

Please sign in to comment.