Fix sanity check

...that my last PR broke
This commit is contained in:
Greg Fitzgerald 2018-07-02 20:07:12 -06:00 committed by Grimes
parent 2c0e704c82
commit 490205ab84
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ pay_and_confirm() {
$wallet reset
$wallet address
check_balance_output "No account found! Request an airdrop to get started"
$wallet airdrop
check_balance_output "Your balance is: 0"
$wallet airdrop --tokens 60
check_balance_output "Your balance is: 60"