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

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

[elpa] master e251568 137/173: Update test for the latest change


From: Dmitry Gutov
Subject: [elpa] master e251568 137/173: Update test for the latest change
Date: Thu, 23 Jun 2016 00:28:45 +0000 (UTC)

branch: master
commit e251568e99de9e684b21cc74306fa1c3678444b5
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Update test for the latest change
---
 test/async-tests.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/async-tests.el b/test/async-tests.el
index c548898..48ebdfb 100644
--- a/test/async-tests.el
+++ b/test/async-tests.el
@@ -83,7 +83,9 @@
       (should (null company-candidates))
       (insert "a")
       (sleep-for 0.1)
-      (should (null company-candidates)))))
+      (should (null company-candidates))
+      (should (null company-candidates-cache))
+      (should (null company-backend)))))
 
 (ert-deftest company-idle-begin-async-allows-immediate-callbacks ()
   (with-temp-buffer



reply via email to

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