Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Aug 22, 2022
1 parent bd8b4d8 commit 283aca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/e2e_subs/goal-app-info.sh
Expand Up @@ -46,7 +46,7 @@ fi
# Use the Python SDK to get the expected app escrow address
EXPECTED_APP_ACCOUNT=$(python3 -c "from algosdk.logic import get_application_address;print(get_application_address($APPID))")
if [[ $EXPECTED_APP_ACCOUNT != ${ACTUAL_APP_ACCOUNT[2]} ]]; then
date "+${scriptname} FAIL returned app account does not match TODO != ${ACTUAL_APP_ACCOUNT[2]} %Y%m%d_%H%M%S"
date "+${scriptname} FAIL returned app account does not match ${EXPECTED_APP_ACCOUNT} != ${ACTUAL_APP_ACCOUNT[2]} %Y%m%d_%H%M%S"
false
fi

Expand Down

0 comments on commit 283aca0

Please sign in to comment.