From: Svetlana Shmidt Date: Wed, 19 Aug 2020 07:26:52 +0000 (+0000) Subject: fix metric test X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3529%2Fhead;p=thirdparty%2Fcollectd.git fix metric test --- diff --git a/src/daemon/metric_test.c b/src/daemon/metric_test.c index a8dcffdae..0d93fe632 100644 --- a/src/daemon/metric_test.c +++ b/src/daemon/metric_test.c @@ -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}), }, };