X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fnntpd.t;h=d8a44334a55bf13e0b0037a3b3c8ba3e90085df9;hb=03c9119ec613fa43dcf0a50b5f35754f13228bc8;hp=74e21a4193738e439c1e04d5bb4567678458a322;hpb=6f5b7803c82c45105272802b818df684b87bd2ec;p=public-inbox.git diff --git a/t/nntpd.t b/t/nntpd.t index 74e21a41..d8a44334 100644 --- 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);