summaryrefslogtreecommitdiff
path: root/test/git/test_commit.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_commit.py')
-rw-r--r--test/git/test_commit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_commit.py b/test/git/test_commit.py
index c8bca564..abe16dfb 100644
--- a/test/git/test_commit.py
+++ b/test/git/test_commit.py
@@ -66,7 +66,7 @@ class TestCommit(object):
assert_equal(sha1, commit.id)
def test_count(self):
- assert Commit.count( self.repo, '0.1.5' ) == 141
+ assert self.repo.tag('0.1.5').commit.count( ) == 141
def test_str(self):
commit = Commit(self.repo, id='abc')