summaryrefslogtreecommitdiff
path: root/git/test
diff options
context:
space:
mode:
Diffstat (limited to 'git/test')
-rw-r--r--git/test/test_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py
index 18b6f11e..af784b17 100644
--- a/git/test/test_repo.py
+++ b/git/test/test_repo.py
@@ -355,7 +355,7 @@ class TestRepo(TestBase):
self.rorepo.alternates = cur_alternates
def test_repr(self):
- assert repr(self.rorepo).startswith('<git.Repo ')
+ assert repr(self.rorepo).startswith('<git.repo.base.Repo ')
def test_is_dirty_with_bare_repository(self):
orig_value = self.rorepo._bare