--- t/01-Redis.t 2009/03/21 23:05:02 10 +++ t/01-Redis.t 2009/03/21 23:09:48 11 @@ -3,7 +3,7 @@ use warnings; use strict; -use Test::More tests => 43; +use Test::More tests => 44; use lib 'lib'; @@ -56,4 +56,6 @@ ok( $o->del('key-next' ), 'del' ); +cmp_ok( $o->type('foo'), 'eq', 'string', 'type' ); + ok( $o->quit, 'quit' );