]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/pg.t
a few tests
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / pg.t
diff --git a/t/pg.t b/t/pg.t
index 58ce12494c7b694827751545f4cd04d41980d7ff..7a2294d69ae8631094ec6d887a9e3c198cb52d39 100644 (file)
--- a/t/pg.t
+++ b/t/pg.t
@@ -10,8 +10,6 @@ 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 => 19;
-
 my $schema = DBSchema::get_test_schema( $dsn, $user, $pass );
 
 run_tests( $schema );
This page took 0.020125 seconds and 4 git commands to generate.