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=7a2294d69ae8631094ec6d887a9e3c198cb52d39;hb=ac6bae45084484cdef44619daf60aa6b9eb2d02a;hpb=5c1ba4989dded4309b97be2e8dd48d7bc8b9b3ef diff --git a/t/pg.t b/t/pg.t index 7a2294d..7c4f051 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); -my $schema = DBSchema::get_test_schema( $dsn, $user, $pass ); +my $schema = DBSchema->get_test_schema( $dsn, $user, $pass ); run_tests( $schema );