From: Peter Rabbitson Date: Mon, 16 Nov 2009 07:48:42 +0000 (+0000) Subject: Change plan X-Git-Tag: v0.08116~128^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa238f1f276239f96b30a77baad4f0b31530a8a4;p=dbsrgits%2FDBIx-Class.git Change plan --- diff --git a/t/101populate_rs.t b/t/101populate_rs.t index 52aa332..2b42771 100644 --- a/t/101populate_rs.t +++ b/t/101populate_rs.t @@ -15,8 +15,6 @@ use Test::More; use lib qw(t/lib); use DBICTest; -plan tests => 146; - ## ---------------------------------------------------------------------------- ## Get a Schema and some ResultSets we can play with. @@ -689,3 +687,5 @@ ARRAYREF_OF_ARRAYREF_STYLE: { cmp_ok( $mega_lamer->rank, '==', 42, "Got Correct rank for result object"); } } + +done_testing;