From d36cfeb5789e2d538acd63a64988c6395b0f5b59 Mon Sep 17 00:00:00 2001 From: Jesse Bouwman Date: Thu, 24 Oct 2024 15:15:31 -0700 Subject: [PATCH] test failures in CI --- tests/json-tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/json-tests.lisp b/tests/json-tests.lisp index ecd2c0f..aca4592 100644 --- a/tests/json-tests.lisp +++ b/tests/json-tests.lisp @@ -4,4 +4,4 @@ (is (equalp (cm::decode-json "{\"key\": \"value\"}") - '(("key" . "valuezorkxS!"))))) + '(("key" . "value")))))