]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/test/async-tests.el
Merge commit '212c8fc3101781a2f1c55ca61772eb75a2046e87' from company
[gnu-emacs-elpa] / packages / company / 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