]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/watch_maildir.t
t/nntpd-tls: change diag() to like() assertion
[public-inbox.git] / t / watch_maildir.t
index c948b41b235334bffbe5a47c06f57866c64f1426..6399fb7cc15ff5793db8a3e9d83a2d091fa63902 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use Test::More;
@@ -199,7 +199,7 @@ More majordomo info at  http://vger.kernel.org/majordomo-info.html\n);
 
        $em->commit; # wake -watch up
        diag 'waiting for -watch to import new message';
-       PublicInbox::DS->EventLoop;
+       PublicInbox::DS::event_loop();
        $wm->kill;
        $wm->join;
        $ii->close;