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