Skip to content

Commit

Permalink
Fixed shellcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-dfinity committed Nov 27, 2024
1 parent b166f7f commit 891e24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tests-dfx/cycles-ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ current_time_nanoseconds() {
cd ..
dfx_new canister_creation_failed

# shellcheck disable=SC2030,SC2031
export DFX_DISABLE_AUTO_WALLET=1
assert_command_fail dfx canister create canister_creation_failed_backend --with-cycles 1T --identity alice
assert_contains "Insufficient cycles balance to create the canister."
Expand All @@ -605,6 +606,7 @@ current_time_nanoseconds() {
assert_command dfx canister call depositor deposit "(record {to = record{owner = principal \"$ALICE\";};cycles = 13_400_000_000_000;})" --identity cycle-giver
assert_command dfx canister call depositor deposit "(record {to = record{owner = principal \"$ALICE\"; subaccount = opt blob \"$ALICE_SUBACCT1_CANDID\"};cycles = 2_600_000_000_000;})" --identity cycle-giver

# shellcheck disable=SC2103
cd ..
dfx_new
# setup done
Expand Down

0 comments on commit 891e24b

Please sign in to comment.