]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntpd.t
rename WatchMaildir => Watch
[public-inbox.git] / t / nntpd.t
index 74e21a4193738e439c1e04d5bb4567678458a322..d8a44334a55bf13e0b0037a3b3c8ba3e90085df9 100644 (file)
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -396,7 +396,7 @@ sub read_til_dot {
 
 sub test_watch {
        my ($tmpdir, $sock, $group) = @_;
-       use_ok 'PublicInbox::WatchMaildir';
+       use_ok 'PublicInbox::Watch';
        use_ok 'PublicInbox::InboxIdle';
        use_ok 'PublicInbox::Config';
        require_git('1.8.5', 1) or skip('git 1.8.5+ needed for --urlmatch', 4);