X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fsqlite.t;h=4517ccffa3bb17724c15f39d2005bc8a810dc7cf;hp=835ecd1858cd8f289a524a87f2dc8ccae003ca5d;hb=dd98344ab0d8b1c141f7090ffa576ff2f25b9f51;hpb=424363ed169eae916480670bea2363322285855a diff --git a/t/sqlite.t b/t/sqlite.t index 835ecd1..4517ccf 100644 --- a/t/sqlite.t +++ b/t/sqlite.t @@ -4,7 +4,6 @@ use lib 't/lib'; use DBSchema; use RunTests; use Test::More; -plan tests => 15; my $schema = DBSchema::get_test_schema(); run_tests( $schema );