Switch t/13schema.t to done_testing
Dagfinn Ilmari Mannsåker [Fri, 25 Jul 2014 12:27:00 +0000 (13:27 +0100)]
t/13schema.t

index 3d38208..2a74c58 100644 (file)
@@ -4,7 +4,7 @@
 $| = 1;
 
 use strict;
-use Test::More tests => 245;
+use Test::More;
 use Test::Exception;
 use SQL::Translator::Schema::Constants;
 
@@ -744,3 +744,5 @@ require_ok( 'SQL::Translator::Schema' );
     throws_ok { $f1 = $t2->add_field( name => 'location' ) }
         qr/field order incomplete/;
 }
+
+done_testing;