diff options
Diffstat (limited to 'test/git/test_blob.py')
-rw-r--r-- | test/git/test_blob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_blob.py b/test/git/test_blob.py index c4d8036c..2f43e82f 100644 --- a/test/git/test_blob.py +++ b/test/git/test_blob.py @@ -86,4 +86,4 @@ class TestBlob(object): def test_should_return_appropriate_representation(self): blob = Blob(self.repo, **{'id': 'abc'}) - assert_equal('<GitPython.Blob "abc">', repr(blob)) + assert_equal('<git.Blob "abc">', repr(blob)) |