Skip to content

Commit

Permalink
apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Nov 6, 2024
1 parent 5c563d6 commit c8cf086
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions near-plugins-derive/tests/upgradable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,7 @@ async fn test_deploy_code_with_missed_migration() -> anyhow::Result<()> {
// Deploy staged code
let res = setup
.upgradable_contract
.up_deploy_code(
&dao,
convert_code_to_deploy_hash(&code),
None,
)
.up_deploy_code(&dao, convert_code_to_deploy_hash(&code), None)
.await?;
assert_failure_with(res, "Cannot deserialize the contract state");

Expand Down

0 comments on commit c8cf086

Please sign in to comment.