branch: master
commit 5583512279a8c91d3692faec108f14fe04b80f0e
Author: Tino Calancha <tino.calan...@gmail.com>
Commit: Tino Calancha <tino.calan...@gmail.com>

    * gited-tests.el (gited-test1): Use gited--last-commit-title.
---
 packages/gited/gited-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/gited/gited-tests.el b/packages/gited/gited-tests.el
index 5e521db..942c517 100644
--- a/packages/gited/gited-tests.el
+++ b/packages/gited/gited-tests.el
@@ -46,7 +46,7 @@
             (gited-list-branches "local")
             (should (gited-dir-under-Git-control-p))
             (should (gited-buffer-p))
-            (should (equal str (gited-last-commit-title)))
+            (should (equal str (gited--last-commit-title)))
             (should (equal "master" (gited-current-branch)))
             (should-not (gited-branch-exists-p "foo"))
             (gited-copy-branch "master" "foo")

Reply via email to