diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-10-12 11:41:54 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-10-12 11:41:54 +0200 |
commit | 3ec6dcfab8af3714482d02f05ff6fb6d6af34606 (patch) | |
tree | 0fe567c3995a44fa7a55854ea5a88ad92ff0ebdd /test | |
parent | 2f92177f80fb375fdf38d6db0af9853e951e9b83 (diff) | |
download | emacs-3ec6dcfab8af3714482d02f05ff6fb6d6af34606.tar.gz emacs-3ec6dcfab8af3714482d02f05ff6fb6d6af34606.tar.bz2 emacs-3ec6dcfab8af3714482d02f05ff6fb6d6af34606.zip |
; Fix dbus-tests.el formatting
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/net/dbus-tests.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index f75f107dfb6..4d34a1afd0e 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 |