emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 0b474ec 63/69: Fix use of jsonrpc-message in test


From: João Távora
Subject: [elpa] externals/eglot 0b474ec 63/69: Fix use of jsonrpc-message in tests
Date: Fri, 22 Jun 2018 11:55:05 -0400 (EDT)

branch: externals/eglot
commit 0b474ecc5819ba7c1b3cccdffae98f6d0bf2b230
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Fix use of jsonrpc-message in tests
    
    * jsonrpc-tests.el
    (jsonrpc--with-emacsrpc-fixture): Use jsonrpc--message.
---
 jsonrpc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jsonrpc-tests.el b/jsonrpc-tests.el
index c2534e5..809e988 100644
--- a/jsonrpc-tests.el
+++ b/jsonrpc-tests.el
@@ -85,7 +85,7 @@
              (cl-loop do (delete-process ,listen-server)
                       while (progn (accept-process-output nil 0.1)
                                    (process-live-p ,listen-server))
-                      do (jsonrpc-message
+                      do (jsonrpc--message
                           "test listen-server is still running, 
waiting"))))))))
 
 (ert-deftest returns-3 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]