branch: externals/pyim
commit 560681c7d55758bf17bcb3edc274e105f71a05a9
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-calculate-priority): 
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 ece136030d..abc95a8e39 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -882,7 +882,7 @@ yin-xing 因行
 (ert-deftest pyim-tests-pyim-dhashcache-calculate-priority ()
   (should (equal (pyim-dhashcache-calculate-priority
                   '((day 3 7 6 4 5 9 1)))
-                 0.690833)))
+                 69)))
 
 ;; ** pyim-dregcache 相关单元测试
 (ert-deftest pyim-tests-pyim-general ()

Reply via email to