X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fpg.t;fp=t%2Fpg.t;h=58ce12494c7b694827751545f4cd04d41980d7ff;hp=8765d41f63effa53d9910e6d5ff0828fd2a210ce;hb=264a28fa4c2fdab1244cdba5c9e606ce8c411c0a;hpb=2708ae1178c582e52969f2f1882884733c729b25 diff --git a/t/pg.t b/t/pg.t index 8765d41..58ce124 100644 --- a/t/pg.t +++ b/t/pg.t @@ -10,7 +10,7 @@ my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_PG_${_}" } qw/DSN USER PASS/}; plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test' . ' (note: creates and tables!)' unless ($dsn && $user); -plan tests => 15; +plan tests => 19; my $schema = DBSchema::get_test_schema( $dsn, $user, $pass );