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)
}
}
Michael Muré created
tests/operation_iterator_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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)
}
}