Extend might_have test with ideas from zby
[dbsrgits/DBIx-Class-Historic.git] / t / 19quotes_newstyle.t
index 02c1450..98ef777 100644 (file)
@@ -21,7 +21,7 @@ my $orig_debug = $schema->storage->debug;
 
 diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/));
 
-my $dsn = $schema->storage->connect_info->[0];
+my $dsn = $schema->storage->_dbi_connect_info->[0];
 $schema->connection(
   $dsn,
   undef,