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=ae617b6683058cc4cbfe458d4aa661001e10ee7f;hb=dd98344ab0d8b1c141f7090ffa576ff2f25b9f51;hpb=6863244b840583f978fa2e11dee54a95d709cbad diff --git a/t/sqlite.t b/t/sqlite.t index ae617b6..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 => 23; my $schema = DBSchema::get_test_schema(); run_tests( $schema );