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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/git/test_commit.py b/test/git/test_commit.py
index bb2b22ee..e757e148 100644
--- a/test/git/test_commit.py
+++ b/test/git/test_commit.py
@@ -68,9 +68,9 @@ class TestCommit(TestBase):
assert bfirst.next() == p10
# at some point, both iterations should stop
- assert list(dfirst)[-1] == first
assert list(bfirst)[-1] == first
-
+ stoptraverse = self.rorepo.commit("254d04aa3180eb8b8daf7b7ff25f010cd69b4e7d").traverse()
+ list(stoptraverse)
# ignore self
assert start.traverse(ignore_self=False).next() == start