From: Dmitry Gutov Date: Thu, 11 Feb 2016 13:36:45 +0000 (+0200) Subject: Update test for the latest change X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/e251568e99de9e684b21cc74306fa1c3678444b5 Update test for the latest change --- diff --git a/test/async-tests.el b/test/async-tests.el index c54889851..48ebdfba7 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