From b11b38c01c08be7a65f06d198ab536a695194fa9 Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:59:37 -0400 Subject: [PATCH] Update .test-env to use Cucumber specs from master Update .test-env to use Cucumber specs from master rather than the now deprecated V2. --- .test-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-env b/.test-env index a321a7f1..049289d7 100644 --- a/.test-env +++ b/.test-env @@ -1,6 +1,6 @@ # Configs for testing repo download: SDK_TESTING_URL="https://github.com/algorand/algorand-sdk-testing" -SDK_TESTING_BRANCH="V2" +SDK_TESTING_BRANCH="master" SDK_TESTING_HARNESS="test-harness" INSTALL_ONLY=0