Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Adjust expected initial balance in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Oct 16, 2019
1 parent f9ee223 commit 6715697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_account_operations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ echo Create account
echo Get account state
RESULT=$(../bin/near state $testaccount | strip-ansi)
echo $RESULT
EXPECTED=".+Account $testaccount.+amount:.+'100000000'.+ "
EXPECTED=".+Account $testaccount.+amount:.+'1000000000000000000'.+ "
if [[ ! "$RESULT" =~ $EXPECTED ]]; then
echo FAILURE Unexpected output from near state
exit 1
fi

../bin/near delete_account $testaccount test.near
../bin/near delete_account $testaccount test.near

0 comments on commit 6715697

Please sign in to comment.