X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02where.t;h=e6e1eddd4b5b353f2104e6caba93f3332934a055;hb=10e6c94609fc94467ef8f281ffe192d8038ffc9e;hp=1b97d7cce88d0965d1fcad24c8f4533fd46c9edf;hpb=c84a43217912905d7fdab027f7ca8641003665ea;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/02where.t b/t/02where.t index 1b97d7c..e6e1edd 100644 --- a/t/02where.t +++ b/t/02where.t @@ -402,8 +402,6 @@ my @handle_tests = ( }, ); -plan tests => ( @handle_tests * 2 ) + 1; - for my $case (@handle_tests) { local $Data::Dumper::Terse = 1; my $sql = SQL::Abstract->new; @@ -419,3 +417,5 @@ dies_ok { my $sql = SQL::Abstract->new; $sql->where({ foo => { '>=' => [] }},); }; + +done_testing;