From 0bdd947ada1610f9a2820eae8378df508ee748d7 Mon Sep 17 00:00:00 2001 From: Zeph Grunschlag Date: Wed, 9 Feb 2022 14:16:48 -0600 Subject: [PATCH] revert to point testing harness to sdk testing's master branch (#288) --- run_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_integration.sh b/run_integration.sh index 8693a652..1d4861b0 100755 --- a/run_integration.sh +++ b/run_integration.sh @@ -7,7 +7,7 @@ pushd $rootdir # Reset test harness rm -rf test-harness -git clone --single-branch --branch zc2c https://github.com/algorand/algorand-sdk-testing.git test-harness +git clone --single-branch --branch master https://github.com/algorand/algorand-sdk-testing.git test-harness ## Copy feature files into the project resources mkdir -p test/features