summaryrefslogtreecommitdiffstats
path: root/tests/test_git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_git_command.py')
-rw-r--r--tests/test_git_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_git_command.py b/tests/test_git_command.py
index 881cccb8..7c108ccd 100644
--- a/tests/test_git_command.py
+++ b/tests/test_git_command.py
@@ -72,7 +72,7 @@ class GitCommandWaitTest(unittest.TestCase):
72 """Tests the GitCommand class .Wait()""" 72 """Tests the GitCommand class .Wait()"""
73 73
74 def setUp(self): 74 def setUp(self):
75 class MockPopen(object): 75 class MockPopen:
76 rc = 0 76 rc = 0
77 77
78 def __init__(self): 78 def __init__(self):