summaryrefslogtreecommitdiff
path: root/test/git/test_head.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_head.py')
-rw-r--r--test/git/test_head.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_head.py b/test/git/test_head.py
index d3af3d6b..ecac13c8 100644
--- a/test/git/test_head.py
+++ b/test/git/test_head.py
@@ -17,7 +17,7 @@ class TestHead(object):
head = self.repo.heads[0]
- assert_equal('<GitPython.Head "%s">' % head.name, repr(head))
+ assert_equal('<git.Head "%s">' % head.name, repr(head))
assert_true(git.called)
assert_equal(git.call_args, (('for_each_ref', 'refs/heads'), {'sort': 'committerdate', 'format': '%(refname)%00%(objectname)'}))