perltidy -b t/plugin_tests/auth/auth_imap
This commit is contained in:
parent
fc50cc2629
commit
29f12626a0
@ -3,7 +3,6 @@ use Test::More tests => 2;
|
|||||||
use strict;
|
use strict;
|
||||||
use lib 't';
|
use lib 't';
|
||||||
|
|
||||||
|
|
||||||
use_ok('Net::IMAP::Simple');
|
use_ok('Net::IMAP::Simple');
|
||||||
|
|
||||||
sub auth_imap {
|
sub auth_imap {
|
||||||
@ -22,5 +21,4 @@ sub auth_imap {
|
|||||||
$server->quit;
|
$server->quit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ok(auth_imap, "auth_imap, connected to imap.gmail.com for a sec");
|
ok(auth_imap, "auth_imap, connected to imap.gmail.com for a sec");
|
||||||
|
Loading…
Reference in New Issue
Block a user