emacs-diffs
[Top][All Lists]
Advanced

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

master 3ec6dcf 2/2: ; Fix dbus-tests.el formatting


From: Michael Albinus
Subject: master 3ec6dcf 2/2: ; Fix dbus-tests.el formatting
Date: Mon, 12 Oct 2020 05:42:05 -0400 (EDT)

branch: master
commit 3ec6dcfab8af3714482d02f05ff6fb6d6af34606
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix dbus-tests.el formatting
---
 test/lisp/net/dbus-tests.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el
index f75f107..4d34a1a 100644
--- a/test/lisp/net/dbus-tests.el
+++ b/test/lisp/net/dbus-tests.el
@@ -1118,10 +1118,12 @@ is in progress."
        (with-timeout (1 (dbus--test-timeout-handler))
           (while (null dbus--test-signal-received)
             (read-event nil nil 0.1)))
-        ;; It returns three arguments, interface (a string),
+        ;; It returns three arguments, "interface" (a string),
         ;; "changed_properties" (an array of dict entries) and
         ;; "invalidated_properties" (an array of strings).
-        (should (equal dbus--test-signal-received `(,dbus--test-interface 
((,property ("foo"))) ())))
+        (should
+         (equal dbus--test-signal-received
+                `(,dbus--test-interface ((,property ("foo"))) ())))
 
         (should
          (equal



reply via email to

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