aboutsummaryrefslogtreecommitdiff
path: root/tests/test/base64.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/base64.scm')
-rw-r--r--tests/test/base64.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/base64.scm b/tests/test/base64.scm
index 64abd2c3..788e7093 100644
--- a/tests/test/base64.scm
+++ b/tests/test/base64.scm
@@ -31,7 +31,7 @@
;; TODO normalize base64 errors
(test-error "Invalid base64"
- 'misc-error
+ 'decoding-error
(base64decode "@@@@"))
(test-error "To short base64"