X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=blobdiff_plain;f=t%2F01-Redis.t;h=4dc7a85d9d2cd8c814a20751b42b795cddea5edd;hp=ddb3da60c3fcf317a32a48905eac59cb29ca1170;hb=223e1a0a42ff4f4de939abd88633ea3cc213f92b;hpb=5a4f5b7df615181414bd90265d47d819794b123e diff --git a/t/01-Redis.t b/t/01-Redis.t index ddb3da6..4dc7a85 100755 --- a/t/01-Redis.t +++ b/t/01-Redis.t @@ -3,7 +3,7 @@ use warnings; use strict; -use Test::More tests => 106; +use Test::More tests => 107; use Data::Dump qw/dump/; use lib 'lib'; @@ -182,6 +182,7 @@ diag "shutdown not tested"; diag "Remote server control commands"; ok( my $info = $o->info, 'info' ); +isa_ok( $info, 'HASH' ); diag dump( $info ); diag "Connection handling";