summaryrefslogtreecommitdiffstats
path: root/t/003-different-pong.t
diff options
context:
space:
mode:
Diffstat (limited to 't/003-different-pong.t')
-rw-r--r--t/003-different-pong.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003-different-pong.t b/t/003-different-pong.t
index 7ff6ff5..79c4386 100644
--- a/t/003-different-pong.t
+++ b/t/003-different-pong.t
@@ -51,7 +51,7 @@ my $pong = 0;
my $client = IO::Socket::Telnet::HalfDuplex->new(
PeerAddr => '127.0.0.1',
PeerPort => $localport,
- ping_option => ord($PONG),
+ PingOption => ord($PONG),
);
$client->telnet_simple_callback(sub {
my $self = shift;