]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
fix metric test 3529/head
authorSvetlana Shmidt <sshmidt@google.com>
Wed, 19 Aug 2020 07:26:52 +0000 (07:26 +0000)
committerSvetlana Shmidt <sshmidt@google.com>
Wed, 19 Aug 2020 07:26:52 +0000 (07:26 +0000)
src/daemon/metric_test.c

index a8dcffdaea616f1decdd301e5515176b20424264..0d93fe6320fce312980400d4b28f5d279914d641 100644 (file)
@@ -280,7 +280,7 @@ DEF_TEST(metric_reset) {
       },
       {
           .value.distribution =
-              distribution_new_custom(6, (double[]){5, 10, 20, 30, 50}),
+              distribution_new_custom(5, (double[]){5, 10, 20, 30, 50}),
       },
   };