branch: externals/pyim
commit 3339ffac4bb116f09754f1ed262e8bede2df2bf1
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * tests/pyim-tests.el (pyim-tests-pyim-candidates-cloud-search): Fixed.
---
 tests/pyim-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 5a99628b2e..6bb1f114d3 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -403,7 +403,7 @@
   (let ((pyim-candidates-cloud-search-function
          (lambda (x y)
            (list x y "b"))))
-    (should (equal (pyim-candidates-cloud-search "a" 'quanpin) '("a" pinyin 
"b"))))
+    (should (equal (pyim-candidates-cloud-search "a" 'quanpin) '("a" quanpin 
"b"))))
 
   (let ((pyim-candidates-cloud-search-function nil))
     (should (not (pyim-candidates-cloud-search "a" 'quanpin))))

Reply via email to