From 6f83d89274fc796e01149c84b91b8aa2066f0273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 17 Jul 2018 20:54:27 +0200 Subject: [PATCH] fix tests --- tests/operation_iterator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operation_iterator_test.go b/tests/operation_iterator_test.go index 9c7c82b6e0f1195f0893627322def0f394a40988..fd813a0bf8e0dcc962908d5da57b47d04d4323c2 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) } }