aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-17 20:54:27 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-17 20:54:27 +0200
commit6f83d89274fc796e01149c84b91b8aa2066f0273 (patch)
treebd2217a43708d99c053779676a4c4c89ec0954ec /tests
parent43bf0063f2994463cdb98ec6420b786ca41dde28 (diff)
downloadgit-bug-6f83d89274fc796e01149c84b91b8aa2066f0273.tar.gz
fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/operation_iterator_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/operation_iterator_test.go b/tests/operation_iterator_test.go
index 9c7c82b6..fd813a0b 100644
--- a/tests/operation_iterator_test.go
+++ b/tests/operation_iterator_test.go
@@ -50,7 +50,7 @@ func TestOpIterator(t *testing.T) {
counter++
}
- if counter != 8 {
+ if counter != 9 {
t.Fatalf("Wrong count of value iterated (%d instead of 8)", counter)
}
}