X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmulti_create%2Fcd_single.t;h=4d213c7afebd2216315efb9319ed56c2bed3671b;hb=c7bc500e2898a2e03fe69c6ad7c5785f1629d18d;hp=5f2f568077d1beab0d9624bd52c51ef482e0be6c;hpb=ff3091b72b20442fd227f9e8093264deb6edbdd7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/multi_create/cd_single.t b/t/multi_create/cd_single.t index 5f2f568..4d213c7 100644 --- a/t/multi_create/cd_single.t +++ b/t/multi_create/cd_single.t @@ -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;