From d7e138c2da6a7be9c264787e16bbf9aaae9498cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Jun 2022 15:00:17 +0200 Subject: Clean up crypto test. --- tests/test/crypto.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test/crypto.scm b/tests/test/crypto.scm index 8d195fa8..0dbf8867 100644 --- a/tests/test/crypto.scm +++ b/tests/test/crypto.scm @@ -1,4 +1,8 @@ -(use-modules ((crypto) :select (sha256 checksum->string))) +(define-module (test crypto) + :use-module (srfi srfi-64) + :use-module (srfi srfi-64 test-error) + :use-module (srfi srfi-88) + :use-module ((crypto) :select (sha256 checksum->string))) (test-equal "sha256" #vu8(24 95 141 179 34 113 254 37 245 97 166 252 147 139 46 38 67 6 236 48 78 218 81 128 7 209 118 72 38 56 25 105) -- cgit v1.2.3