summaryrefslogtreecommitdiff
path: root/git/test/test_actor.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_actor.py')
-rw-r--r--git/test/test_actor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/test_actor.py b/git/test/test_actor.py
index d79673f8..9ba0aeba 100644
--- a/git/test/test_actor.py
+++ b/git/test/test_actor.py
@@ -7,6 +7,7 @@
from git.test.lib import assert_equal
from git import Actor
+
class TestActor(object):
def test_from_string_should_separate_name_and_email(self):