Skip to content

Commit

Permalink
Basic exercise of goal account assetdetails in goal-account-asset.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed May 2, 2024
1 parent 2db2669 commit 778cadf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/scripts/e2e_subs/goal-account-asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ ${gcmd} asset optin --account ${ACCOUNTB} --assetid ${ASSET_D_ID} --signer ${ACC
# displays held assets
${gcmd} account info -a ${ACCOUNTB}

# query account assets w/ details
${gcmd} account assetdetails -a ${ACCOUNTA} -l 2 -n 1004
${gcmd} account assetdetails -a ${ACCOUNTB}

# delete one of the asset
${gcmd} asset destroy --assetid ${ASSET_B_ID} --creator ${ACCOUNTA} --signer ${ACCOUNTA}

# query account assets w/ details
${gcmd} account assetdetails -a ${ACCOUNTA} -l 2 -n 1004
${gcmd} account assetdetails -a ${ACCOUNTB}

# check account info display
RES=$(${gcmd} account info -a ${ACCOUNTB})

Expand Down

0 comments on commit 778cadf

Please sign in to comment.