aboutsummaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_GitRepository.py')
-rw-r--r--tests/test_GitRepository.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py
index f25e9a6..dd3e8dd 100644
--- a/tests/test_GitRepository.py
+++ b/tests/test_GitRepository.py
@@ -708,9 +708,9 @@ def test_create_bare():
(True, '')
"""
-def test_nonexistant():
+def test_nonexistent():
"""
- Check that accessing a non existant repository fails.
+ Check that accessing a non-existent repository fails.
Methods tested:
- L{gbp.git.GitRepository.__init__}