aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_loop.c')
-rw-r--r--src/statistics/test_statistics_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index b70e92bdc..5ba6132bf 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -79,7 +79,7 @@ run (void *cls,
79 i = 0; 79 i = 0;
80 GNUNET_break (NULL != 80 GNUNET_break (NULL !=
81 GNUNET_STATISTICS_get (h, NULL, "test-0", 81 GNUNET_STATISTICS_get (h, NULL, "test-0",
82 GNUNET_TIME_UNIT_SECONDS, &next, &check_1, cls)); 82 GNUNET_TIME_UNIT_MINUTES, &next, &check_1, cls));
83} 83}
84 84
85 85