From e251568e99de9e684b21cc74306fa1c3678444b5 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 11 Feb 2016 15:36:45 +0200 Subject: [PATCH] Update test for the latest change --- test/async-tests.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2