]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/cmp-msgstr.t
git: use async_wait_all everywhere
[public-inbox.git] / xt / cmp-msgstr.t
index 900127c76cae85dcbc033308105196a4e3c220fd..b6c8ec659cebcee4ac7e6e62a86fcfe06b896151 100644 (file)
@@ -100,7 +100,7 @@ my $t = timeit(1, sub {
                ++$n;
                $git->cat_async($oid, $git_cb);
        }
-       $git->cat_async_wait;
+       $git->async_wait_all;
 });
 is($m, $n, "$inboxdir rendered all $m <=> $n messages");
 is($ndiff, 0, "$inboxdir $ndiff differences");