From 887bcbc41dddfe7816b07df6dd2bcc74dbb50727 Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Sat, 2 Dec 2023 19:36:53 +0100 Subject: [PATCH] fixup! Use `demo` collection for testing --- tests/engine_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/engine_config.json b/tests/engine_config.json index 4923cff..338ecbd 100644 --- a/tests/engine_config.json +++ b/tests/engine_config.json @@ -7,7 +7,7 @@ "versions": { "storage": { "git": { - "repository": "git@github.com:OpenTermsArchive/sandbox-versions.git", + "repository": "git@github.com:OpenTermsArchive/demo-versions.git", "path": "./data/versions", "publish": false } @@ -16,7 +16,7 @@ "snapshots": { "storage": { "git": { - "repository": "git@github.com:OpenTermsArchive/sandbox-snapshots.git", + "repository": "git@github.com:OpenTermsArchive/demo-snapshots.git", "path": "./data/snapshots", "publish": false }