diff options
Diffstat (limited to 'test/git/test_tree.py')
-rw-r--r-- | test/git/test_tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_tree.py b/test/git/test_tree.py index 34aa4d61..fa3337c9 100644 --- a/test/git/test_tree.py +++ b/test/git/test_tree.py @@ -146,4 +146,4 @@ class TestTree(object): def test_repr(self): tree = Tree(self.repo, id='abc') - assert_equal('<GitPython.Tree "abc">', repr(tree)) + assert_equal('<git.Tree "abc">', repr(tree)) |