From 2ba4d917cf9f68c66d3566039a95425df0c35c6c Mon Sep 17 00:00:00 2001 From: Svetlana Shmidt Date: Wed, 19 Aug 2020 07:26:52 +0000 Subject: [PATCH] fix metric test --- src/daemon/metric_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}), }, }; -- 2.47.2