Skip to content

Commit

Permalink
fix: uncommented other tests, added ignore flag to the testing of sto…
Browse files Browse the repository at this point in the history
…rage, linter
  • Loading branch information
alenmestrov committed Nov 12, 2024
1 parent d5cd3fa commit b795e58
Show file tree
Hide file tree
Showing 3 changed files with 1,090 additions and 1,092 deletions.
4 changes: 1 addition & 3 deletions contracts/context-config/src/mutate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,7 @@ impl ContextConfigs {
NearToken::from_near(0),
init_gas,
)
.then(Self::ext(env::current_account_id()).proxy_contract_callback(
"deploy".to_owned(),
))
.then(Self::ext(env::current_account_id()).proxy_contract_callback("deploy".to_owned()))
}

fn update_proxy_contract(
Expand Down
Loading

0 comments on commit b795e58

Please sign in to comment.