aboutsummaryrefslogtreecommitdiff
path: root/tests/test/base64.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-17 22:14:18 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 14:17:01 +0200
commit1da5a277188a954d881316cb605962ee66053285 (patch)
tree4f77be46498f321d08bfaa072636e4fd252b4f9d /tests/test/base64.scm
parentUnsmarted define-config% (diff)
downloadcalp-1da5a277188a954d881316cb605962ee66053285.tar.gz
calp-1da5a277188a954d881316cb605962ee66053285.tar.xz
Normalize errors.
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"