Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 13, 2024
1 parent 3960402 commit 81c0292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/e2e-move-tests/src/tests/staking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn test_simple_staking() {

let test_mint_to = (
vec![std_addr],
"0x1::managed_coin::mint",
"0x1::managed_coin::mint_to",
vec![],
vec![
std_addr.to_vec(),
Expand All @@ -119,7 +119,7 @@ fn test_simple_staking() {

let test_mint_to = (
vec![std_addr],
"0x1::managed_coin::mint",
"0x1::managed_coin::mint_to",
vec![],
vec![
std_addr.to_vec(),
Expand Down

0 comments on commit 81c0292

Please sign in to comment.