perltidy -b t/plugin_tests/auth/auth_imap

This commit is contained in:
Graham Todd 2014-11-15 08:40:34 -05:00
parent fc50cc2629
commit 29f12626a0

View File

@ -3,7 +3,6 @@ use Test::More tests => 2;
use strict;
use lib 't';
use_ok('Net::IMAP::Simple');
sub auth_imap {
@ -22,5 +21,4 @@ sub auth_imap {
$server->quit;
}
ok(auth_imap, "auth_imap, connected to imap.gmail.com for a sec");