diff options
Diffstat (limited to 'test/test_actor.py')
| -rw-r--r-- | test/test_actor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_actor.py b/test/test_actor.py index 32d16ea7..ce0c74fc 100644 --- a/test/test_actor.py +++ b/test/test_actor.py @@ -9,7 +9,6 @@ from git import Actor class TestActor(TestBase): - def test_from_string_should_separate_name_and_email(self): a = Actor._from_string("Michael Trier <mtrier@example.com>") self.assertEqual("Michael Trier", a.name) |
