Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / t / multi_create / cd_single.t
index 5f2f568..746eaab 100644 (file)
@@ -1,8 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More qw(no_plan);
-use Test::Exception;
+use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 
@@ -32,3 +31,5 @@ eval {
 
   ok($single->cdid, 'Got cdid');
 };
+
+done_testing;