From 1f66cfbbce58b4b552b041707a12d437cc5f400a Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 7 May 2008 20:47:35 -0400 Subject: just more documentation fixes. --- test/git/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/git/test_repo.py') diff --git a/test/git/test_repo.py b/test/git/test_repo.py index d7a2f271..85a7c581 100644 --- a/test/git/test_repo.py +++ b/test/git/test_repo.py @@ -262,7 +262,7 @@ class TestRepo(object): self.repo.alternates = [] assert_true(os.called) - def test_inspect(self): + def test_repr(self): assert_equal('' % os.path.abspath(GIT_REPO), repr(self.repo)) @patch(Git, 'method_missing') -- cgit v1.2.1