summaryrefslogtreecommitdiff
path: root/test/git/test_repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r--test/git/test_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_repo.py b/test/git/test_repo.py
index d7a2f271..85a7c581 100644
--- a/test/git/test_repo.py
+++ b/test/git/test_repo.py
@@ -262,7 +262,7 @@ class TestRepo(object):
self.repo.alternates = []
assert_true(os.called)
- def test_inspect(self):
+ def test_repr(self):
assert_equal('<GitPython.Repo "%s/.git">' % os.path.abspath(GIT_REPO), repr(self.repo))
@patch(Git, 'method_missing')