summaryrefslogtreecommitdiffstats
path: root/t/03_other_mailbox.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03_other_mailbox.t')
-rw-r--r--t/03_other_mailbox.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03_other_mailbox.t b/t/03_other_mailbox.t
index a1ef59a..443fc68 100644
--- a/t/03_other_mailbox.t
+++ b/t/03_other_mailbox.t
@@ -47,7 +47,7 @@ my @input_lines = (
my $socket = Test::MockObject->new();
$socket->mock('readline', sub {my $x = shift @input_lines; ref($x) eq "CODE" ? $x->() : $x;});
-$socket->set_true(qw(writeline));
+$socket->set_true(qw(writeline reconnect));
my $config = {
log_id => 'test-id1',