Skip to content

Commit d4e56f6

Browse files
committed
added Jelmer to the AUTHORS and removed an unnecessary underline in tests.
1 parent 14cef2b commit d4e56f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Michael Trier <mtrier _at_ gmail.com>
22
Alan Briolat
33
Florian Apolloner <florian _at_ apolloner.eu>
44
David Aguilar <davvid _at_ gmail.com>
5+
Jelmer Vernooij <jelmer _at_ samba.org>

‎test/git/test_git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setup(self):
1414
self.git = Git(base)
1515

1616
@patch(Git, 'execute')
17-
def test__call_process_calls_execute(self, git):
17+
def test_call_process_calls_execute(self, git):
1818
git.return_value = ''
1919
self.git.version()
2020
assert_true(git.called)

0 commit comments

Comments
 (0)