From 5a1c729286dbabf2c7449a6beeb28be6df100bea Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Mon, 19 Aug 2024 10:17:38 -0700 Subject: [PATCH] docs: clarify comments in test.sh --- a3p-integration/proposals/a:vaults-auctions/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/a3p-integration/proposals/a:vaults-auctions/test.sh b/a3p-integration/proposals/a:vaults-auctions/test.sh index de70b81892c..130d512a19b 100755 --- a/a3p-integration/proposals/a:vaults-auctions/test.sh +++ b/a3p-integration/proposals/a:vaults-auctions/test.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Place here any test that should be executed using the executed proposal. +# Place here any test that should be run using the executed proposal. # The effects of this step are not persisted in further proposal layers. -# test more, in ways that change system state yarn ava ./*.test.js