]> code.delx.au - gnu-emacs-elpa/commitdiff
Update test for the latest change
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 11 Feb 2016 13:36:45 +0000 (15:36 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 11 Feb 2016 13:36:45 +0000 (15:36 +0200)
test/async-tests.el

index c548898514453e7f0f4aa94bf8bf998f6480f57c..48ebdfba7e77f3e90385206f17594ec70010664d 100644 (file)
@@ -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