diff options
Diffstat (limited to 'git/test/test_git.py')
-rw-r--r-- | git/test/test_git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_git.py b/git/test/test_git.py index 7d8ff371..1f5ec6dd 100644 --- a/git/test/test_git.py +++ b/git/test/test_git.py @@ -12,7 +12,7 @@ class TestGit(TestCase): @classmethod def setUpAll(cls): - cls.git = Git(GIT_REPO) + cls.git = Git(cls.rorepo.working_dir) @patch_object(Git, 'execute') def test_call_process_calls_execute(self, git): |