File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ tc_to_num() {
158158 balance=$( tc_to_num " $( dfx wallet balance) " )
159159
160160 assert_command dfx ledger top-up " $wallet " --icp 5
161- assert_match " Canister was topped up with 617283500000000 cycles"
161+ assert_match " Canister was topped up with 500000000000000 cycles"
162162 balance_now=$( tc_to_num " $( dfx wallet balance) " )
163163
164- (( balance_now - balance > 600000000000000 ))
164+ (( balance_now - balance > 400000000000000 ))
165165
166166 # Transaction Deduplication
167167 t=$( current_time_nanoseconds)
@@ -204,7 +204,7 @@ tc_to_num() {
204204 dfx_new
205205 assert_command dfx canister create e2e_project_backend
206206 assert_command dfx ledger top-up e2e_project_backend --amount 5
207- assert_contains " Canister was topped up with 617283500000000 cycles"
207+ assert_contains " Canister was topped up with 500000000000000 cycles"
208208}
209209
210210@test " ledger create-canister" {
You can’t perform that action at this time.
0 commit comments