Skip to content

Commit 8fda434

Browse files
committed
update qa-assets tests to point to Elements qa-assets repo
1 parent b4ba5c7 commit 8fda434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DOCKER_EXEC df -h
8686

8787
if [ "$RUN_FUZZ_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
8888
if [ ! -d ${DIR_QA_ASSETS} ]; then
89-
DOCKER_EXEC git clone --depth=1 https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
89+
DOCKER_EXEC git clone --depth=1 https://github.com/ElementsProject/qa-assets ${DIR_QA_ASSETS}
9090
fi
9191

9292
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/

0 commit comments

Comments
 (0)