Skip to content

Commit

Permalink
ListSnsCanistersResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeruCodes committed Nov 4, 2024
1 parent 48849ce commit d8e125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/integration_tests/tests/creator_dao/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ fn creator_dao_tests() {
.unwrap();
ic_cdk::println!("🧪 SNS token Balance of alice: {:?}", res);

let expected_balance = Nat::from(4_400_000 - tx_fee);
let expected_balance = Nat::from(20_000_000_000 - tx_fee);
ic_cdk::println!("🧪 Expected Balance: {:?}", expected_balance);

let alice_canister_final_cycle_balance = pocket_ic.cycle_balance(alice_canister_id);
Expand Down

0 comments on commit d8e125c

Please sign in to comment.