From 481b34a5a3df02b7df6e21e52d85df5ae077497b Mon Sep 17 00:00:00 2001 From: bristinWild Date: Wed, 27 May 2026 19:36:56 +0530 Subject: [PATCH] fix: correct test count in demo script summary --- scripts/demo-full-flow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/demo-full-flow.sh b/scripts/demo-full-flow.sh index f64db17..ffe12ec 100755 --- a/scripts/demo-full-flow.sh +++ b/scripts/demo-full-flow.sh @@ -121,5 +121,5 @@ echo " Summary:" echo " [1/4] NewFungibleDefinitionWithAuthority → supply=1,000,000" echo " [2/4] Mint 500,000 → supply=1,500,000" 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 "================================================================"