diff options
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 91c780dd..755d31d2 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -96,7 +96,7 @@ class TestRepo(TestBase): Repo(tempfile.gettempdir()) @raises(NoSuchPathError) - def test_new_should_raise_on_non_existant_path(self): + def test_new_should_raise_on_non_existent_path(self): Repo("repos/foobar") @with_rw_repo('0.3.2.1') |