From d8e125cd89b9baf2019d00b7244435dbe5ef2c93 Mon Sep 17 00:00:00 2001 From: JoeruCodes Date: Tue, 5 Nov 2024 03:59:50 +0530 Subject: [PATCH] ListSnsCanistersResponse --- src/lib/integration_tests/tests/creator_dao/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/integration_tests/tests/creator_dao/main.rs b/src/lib/integration_tests/tests/creator_dao/main.rs index 64691f94..c6d0c0f4 100644 --- a/src/lib/integration_tests/tests/creator_dao/main.rs +++ b/src/lib/integration_tests/tests/creator_dao/main.rs @@ -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);