Skip to content

Commit

Permalink
fix: wallet test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Nov 20, 2024
1 parent 905ef05 commit 24aa90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ic-solana-wallet/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ use crate::setup::SolanaWalletSetup;
fn test_address() {
let setup = SolanaWalletSetup::new();
let addr = setup.call_update::<_, String>("address", ()).wait();
assert_eq!(addr, "FzqpyocjAXKyeRwAt19vnMiGcYN3bc1ZWm56rY1YjYSW");
assert_eq!(addr, "F57BD4FrpkM49idKyws2WBBjyR8W8dRsepLJ4EqLP3Qb");
let addr = setup.as_controller().call_update::<_, String>("address", ()).wait();
assert_eq!(addr, "G6Po2VMdTwqNuucU8eywanqJ9GyjA6yZcEazNd9prWNu");
assert_eq!(addr, "8GU8W7fAAy2trcy36fjVJuJhEY5uA3EYTvA7jupM72wG");
}

#[test]
Expand Down

0 comments on commit 24aa90d

Please sign in to comment.