summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_GitRepository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py
index 78c38b4..1830c6c 100644
--- a/tests/test_GitRepository.py
+++ b/tests/test_GitRepository.py
@@ -357,7 +357,7 @@ def test_get_commit_info():
''
>>> info['subject']
'foo'
- >>> '@' in info['email']
+ >>> '@' in info['author'].email
True
"""