Skip to content

Commit

Permalink
shellcheck disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Jan 18, 2024
1 parent 51474d0 commit 898a98a
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 @@ -561,6 +561,7 @@ current_time_nanoseconds() {
rm "$E2E_SHARED_LOCAL_NETWORK_DATA_DIRECTORY/wallets.json" # forget about the currently configured wallet

# assert: no wallet configured
# shellcheck disable=SC2030
export DFX_DISABLE_AUTO_WALLET=1
assert_command_fail dfx wallet balance
assert_match "No wallet configured"
Expand All @@ -575,6 +576,7 @@ current_time_nanoseconds() {
# balance may be 99.??? TC if cycles accounting is done, or 100.000 TC if not
assert_match "99\.|100\."

# shellcheck disable=SC2031
unset DFX_DISABLE_AUTO_WALLET

assert_command dfx cycles redeem-faucet-coupon --faucet "$(dfx canister id faucet)" 'another-valid-coupon'
Expand Down

0 comments on commit 898a98a

Please sign in to comment.