Convert all no_plan tests to done_testing
[dbsrgits/DBIx-Class.git] / t / cdbi / mk_group_accessors.t
index 7c5ce67..debd8d5 100644 (file)
@@ -7,8 +7,6 @@ BEGIN {
 
     eval "use DBD::SQLite";
     plan skip_all => 'needs DBD::SQLite for testing' if $@;
-
-    plan 'no_plan';
 }
 
 INIT {
@@ -67,3 +65,5 @@ sub Film::mutator_name_for {
     $film->wibble_thing(23);
     is $film->wibble_thing, 23;
 }
+
+done_testing;