Convert all no_plan tests to done_testing
[dbsrgits/DBIx-Class.git] / t / multi_create / cd_single.t
index 5f2f568..4d213c7 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More qw(no_plan);
+use Test::More;
 use Test::Exception;
 use lib qw(t/lib);
 use DBICTest;
@@ -32,3 +32,5 @@ eval {
 
   ok($single->cdid, 'Got cdid');
 };
+
+done_testing;