diff options
Diffstat (limited to 'test/git/test_actor.py')
-rw-r--r-- | test/git/test_actor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_actor.py b/test/git/test_actor.py index 3bb92a09..76b0ecc9 100644 --- a/test/git/test_actor.py +++ b/test/git/test_actor.py @@ -21,7 +21,7 @@ class TestActor(object): def test_should_display_representation(self): a = Actor.from_string("Michael Trier <mtrier@example.com>") - assert_equal('<GitPython.Actor "Michael Trier <mtrier@example.com>">', repr(a)) + assert_equal('<git.Actor "Michael Trier <mtrier@example.com>">', repr(a)) def test_str_should_alias_name(self): a = Actor.from_string("Michael Trier <mtrier@example.com>") |