Skip to content

Commit a6488db

Browse files
committed
attempt to fix output mismatch
1 parent 8965eb8 commit a6488db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/tests-dfx/ledger.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" {

0 commit comments

Comments
 (0)