From c66032630f0e4fc3f4b59413a12f9ab35be958be Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 19 Jul 2018 16:29:32 +0200 Subject: Reconnect when connection is lost Signed-off-by: Florian Pritz --- t/02_noop.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/02_noop.t') diff --git a/t/02_noop.t b/t/02_noop.t index f1d4ab5..d479efc 100644 --- a/t/02_noop.t +++ b/t/02_noop.t @@ -39,7 +39,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', -- cgit v1.2.3-24-g4f1b