From 55b0f0961ad291b7f6af6abed6c5aed9f94a1f50 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Mon, 3 Jun 2024 09:36:49 +0100 Subject: [PATCH] Fix submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 561d2535..9f2e11ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "http/tests/vc-di-eddsa-test-suite"] path = http/tests/vc-di-eddsa-test-suite url = https://github.com/w3c/vc-di-eddsa-test-suite.git +[submodule "http/tests/vc-di-ecdsa-test-suite"] + path = http/tests/vc-di-ecdsa-test-suite + url = https://github.com/w3c/vc-di-ecdsa-test-suite.git