Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Feb 8, 2024
1 parent 52f1ab8 commit d54ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-multicall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function multicall() {
ret=$(cat receipt.json | jq -c .ret)
gasUsed=$(cat receipt.json | jq .gasUsed | sed 's/"//g')

if [ "$ret" == "{}" ]; then
if [ "$ret" == '""' ]; then
ret=""
fi

Expand Down

0 comments on commit d54ca44

Please sign in to comment.