X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fsqlite.t;h=ae617b6683058cc4cbfe458d4aa661001e10ee7f;hp=835ecd1858cd8f289a524a87f2dc8ccae003ca5d;hb=6863244b840583f978fa2e11dee54a95d709cbad;hpb=424363ed169eae916480670bea2363322285855a diff --git a/t/sqlite.t b/t/sqlite.t index 835ecd1..ae617b6 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 => 23; my $schema = DBSchema::get_test_schema(); run_tests( $schema );