From 74f835f105d43efd338ae56cdd67e06d721e990c Mon Sep 17 00:00:00 2001 From: Austin Kline Date: Mon, 9 Sep 2024 07:29:49 -0700 Subject: [PATCH] fix test file --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index a093fec..6b4cdb3 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -2,4 +2,4 @@ set -e -flow-c1 test --cover --covercode="contracts" --coverprofile="coverage.lcov" tests/*_tests.cdc +flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" tests/*_tests.cdc