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