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 5078f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/tests-dfx/cycles-ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ current_time_nanoseconds() {
# setup done

dfx identity use alice
# shellcheck disable=SC2031
# shellcheck disable=SC2030
export DFX_DISABLE_AUTO_WALLET=1
assert_command dfx canister create --all --with-cycles 10T
assert_command dfx cycles balance --precise
Expand Down 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=SC2031
export DFX_DISABLE_AUTO_WALLET=1
assert_command_fail dfx wallet balance
assert_match "No wallet configured"
Expand Down

0 comments on commit 5078f34

Please sign in to comment.