Skip to content

Commit

Permalink
Add e2e ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 1, 2023
1 parent 5238359 commit 2a817cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ "$BAL0" != *"{99999900000samoleans"* ]]; then
echo "balance 0 is wrong"
exit 1
fi
if [[ "$BAL1" != *"100000000000beans,200000transfer/channel-0/samoleans"* ]]; then
if [[ "$BAL1" != *"100000000000beans,100000transfer/channel-0/samoleans"* ]]; then
echo "balance 1 is wrong"
exit 1
fi
Expand Down

0 comments on commit 2a817cd

Please sign in to comment.