Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / t / multi_create / reentrance_count.t
index 0c0dca8..c4649ed 100644 (file)
@@ -6,8 +6,6 @@ use Test::Exception;
 use lib qw(t/lib);
 use DBICTest;
 
-plan 'no_plan';
-
 my $schema = DBICTest->init_schema();
 
 my $query_stats;
@@ -177,4 +175,4 @@ lives_ok (sub {
 
 }
 
-1;
+done_testing;