Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dams committed May 17, 2014
1 parent 8d62b71 commit 61edac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Redis/Sentinel.pm
Expand Up @@ -55,7 +55,7 @@ and C<service>, which are silently ignored.
=head1 METHODS
All the methods of the C<Redis> package are supported, plus the aditional following methods:
All the methods of the C<Redis> package are supported, plus the additional following methods:
=head2 get_service_address
Expand Down
2 changes: 1 addition & 1 deletion t/05-nonblock.t
Expand Up @@ -32,7 +32,7 @@ subtest 'non-block UNIX' => sub {
## But kill if we block
local $SIG{ALRM} = sub { kill 9, $$ };
alarm(2);
ok(!Redis::__try_read_sock($r->{sock}), "Nothing to read, didn't block");
ok(!$r->__try_read_sock($r->{sock}), "Nothing to read, didn't block");
alarm(0);
};

Expand Down

0 comments on commit 61edac4

Please sign in to comment.