Reverting http://dev.catalyst.perl.org/svnweb/bast/revision?rev=4278 - it seems to...
[dbsrgits/DBIx-Class.git] / t / 88result_set_column.t
index aac98dc..dde817c 100644 (file)
@@ -8,8 +8,6 @@ use DBICTest;
 
 my $schema = DBICTest->init_schema();
 
-plan tests => 20;
-
 my $rs = $schema->resultset("CD")->search({}, { order_by => 'cdid' });
 
 my $rs_title = $rs->get_column('title');
@@ -94,3 +92,5 @@ is_deeply (
   [ $rs->get_column ('cdid')->all ],
   'prefetch properly collapses amount of rows from get_column',
 );
+
+done_testing;