X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fpg.t;h=7c4f05115736d6dc8d8b09cf418a214618526f4d;hp=8765d41f63effa53d9910e6d5ff0828fd2a210ce;hb=ac6bae45084484cdef44619daf60aa6b9eb2d02a;hpb=424363ed169eae916480670bea2363322285855a diff --git a/t/pg.t b/t/pg.t index 8765d41..7c4f051 100644 --- a/t/pg.t +++ b/t/pg.t @@ -10,9 +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; - -my $schema = DBSchema::get_test_schema( $dsn, $user, $pass ); +my $schema = DBSchema->get_test_schema( $dsn, $user, $pass ); run_tests( $schema );