Skip to content

Commit

Permalink
revert to point testing harness to sdk testing's master branch (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored Feb 9, 2022
1 parent f0509ba commit 0bdd947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdd947

Please sign in to comment.