aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/jsonrpc-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/jsonrpc-tests.el b/test/lisp/jsonrpc-tests.el
index a595167d130..85ac96a931c 100644
--- a/test/lisp/jsonrpc-tests.el
+++ b/test/lisp/jsonrpc-tests.el
@@ -124,7 +124,7 @@
124 "Signals an -32603 JSONRPC error." 124 "Signals an -32603 JSONRPC error."
125 (jsonrpc--with-emacsrpc-fixture (conn) 125 (jsonrpc--with-emacsrpc-fixture (conn)
126 (condition-case err 126 (condition-case err
127 (progn 127 (let ((jsonrpc-inhibit-debug-on-error t))
128 (jsonrpc-request conn '+ ["a" 2]) 128 (jsonrpc-request conn '+ ["a" 2])
129 (ert-fail "A `jsonrpc-error' should have been signaled!")) 129 (ert-fail "A `jsonrpc-error' should have been signaled!"))
130 (jsonrpc-error 130 (jsonrpc-error