diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_stats.c b/src/test/test_stats.c index 3ddc3bb31c..dc02c9e784 100644 --- a/src/test/test_stats.c +++ b/src/test/test_stats.c @@ -608,7 +608,7 @@ test_rephist_v3_onions(void *arg) /* Because of differential privacy we can't actually check the stat value, but let's just check that it's formatted correctly. */ - stats_string = rep_hist_format_hs_v3_stats(approx_time(), true); + stats_string = rep_hist_format_hs_stats(approx_time(), true); tt_assert(strstr(stats_string, "hidserv-dir-v3-onions-seen")); done: |