]> code.delx.au - gnu-emacs-elpa/blobdiff - test/async-tests.el
company-dabbrev--search-buffer: Speed up
[gnu-emacs-elpa] / 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