summaryrefslogtreecommitdiff
path: root/tests/jwk-kty-ec-incorrect.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jwk-kty-ec-incorrect.scm')
-rw-r--r--tests/jwk-kty-ec-incorrect.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/jwk-kty-ec-incorrect.scm b/tests/jwk-kty-ec-incorrect.scm
index 3ca1283..bacdff0 100644
--- a/tests/jwk-kty-ec-incorrect.scm
+++ b/tests/jwk-kty-ec-incorrect.scm
@@ -1,4 +1,4 @@
-;; webid-oidc, implementation of the Solid specification
+;; disfluid, implementation of the Solid specification
;; Copyright (C) 2020, 2021 Vivien Kraus
;; This program is free software: you can redistribute it and/or modify
@@ -14,7 +14,8 @@
;; You should have received a copy of the GNU Affero General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
-(use-modules (webid-oidc stubs)
+(use-modules (webid-oidc jwk)
+ (webid-oidc stubs)
(webid-oidc testing)
(webid-oidc errors))