branch: externals/company
commit 57e0670ab5aef957d0daef266abe4ff38a097b15
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Fix test
    
     #519
---
 test/capf-tests.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/capf-tests.el b/test/capf-tests.el
index d4ba95f..3e0d287 100644
--- a/test/capf-tests.el
+++ b/test/capf-tests.el
@@ -86,9 +86,8 @@
        (ert-equal-including-properties
         render
         #("with-current-buffer"
-          0 4 (face (company-tooltip-common company-tooltip))   ; "with"
-          4 19 (face company-tooltip)))))))
-
+          0 5 (face (company-tooltip-common company-tooltip))   ; "with"
+          5 19 (face company-tooltip)))))))
 
 
 ;; Re. "perfect" highlighting of the non-prefix in company-capf matches, it is

Reply via email to