fix: correct test count in demo script summary

This commit is contained in:
bristinWild 2026-05-27 19:36:56 +05:30
parent d15eec7959
commit 481b34a5a3

View File

@ -121,5 +121,5 @@ echo " Summary:"
echo " [1/4] NewFungibleDefinitionWithAuthority → supply=1,000,000" echo " [1/4] NewFungibleDefinitionWithAuthority → supply=1,000,000"
echo " [2/4] Mint 500,000 → supply=1,500,000" echo " [2/4] Mint 500,000 → supply=1,500,000"
echo " [3/4] SetAuthority (revoke) → supply fixed" echo " [3/4] SetAuthority (revoke) → supply fixed"
echo " [4/4] 49 unit tests passing → all authority cases verified" echo " [4/4] 60 unit tests passing → all authority cases verified"
echo "================================================================" echo "================================================================"