X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fcmp-msgview.t;h=9b06f88deade239f5257de99b96bf4eec2ed98dc;hb=9b0c238f887475d920a8589b492ec15c63770152;hp=2415126789cc12dd4d9eecae809ee35e1a0a96b6;hpb=e3b57fe9f68e80fc85cff46ccec9246b670f1312;p=public-inbox.git diff --git a/xt/cmp-msgview.t b/xt/cmp-msgview.t index 24151267..9b06f88d 100644 --- a/xt/cmp-msgview.t +++ b/xt/cmp-msgview.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; @@ -84,7 +84,7 @@ my $t = timeit(1, sub { ++$n; $git->cat_async($oid, $git_cb); } - $git->cat_async_wait; + $git->async_wait_all; }); is($m, $n, 'rendered all messages');