X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=t%2F03-deprecated.t;fp=t%2F03-deprecated.t;h=f29244a22bdadbaa6856b851e1b136db6cf771d8;hp=f89950eca4476cc4d2ed9f1b1efca491d98bc60e;hb=f3b5161e466df2a94f2704177f0173e7d940c4d5;hpb=2e3cccff896e3d8f98cfb3d1069be1c62cc24d69 diff --git a/t/03-deprecated.t b/t/03-deprecated.t index f89950e..f29244a 100644 --- a/t/03-deprecated.t +++ b/t/03-deprecated.t @@ -13,7 +13,7 @@ use Test::Exception; DBICDHTest::ready; -my $dbh = DBI->connect('dbi:SQLite::memory:'); +my $dbh = DBICDHTest::dbh(); my @connection = (sub { $dbh }, { ignore_version => 1 }); my $sql_dir = 't/sql';