X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F13db2_common.t;h=b27ef4faedd1014044edafbfffcf010692f7d77a;hb=804c115dd211c89d1ab9317ee12b2af6063164b9;hp=b3ce5c94689bd3e454fd5a1e0fe6eac8c7c3bd7b;hpb=c2849787d7804fcbe541c8063e240ceff0e5ff10;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/13db2_common.t b/t/13db2_common.t index b3ce5c9..b27ef4f 100644 --- a/t/13db2_common.t +++ b/t/13db2_common.t @@ -12,8 +12,7 @@ my $tester = dbixcsl_common_tests->new( dsn => $dsn, user => $user, password => $password, - db_schema => $user, - drop_db_schema => 1, + null => '', ); if( !$dsn || !$user ) {