X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=t%2Fdeploy_methods%2Fsql_translator_deprecated.t;h=709fcd02345920502a3ab158e788f74fb937252f;hp=617b31cd7c49b0b66356563ff8b5e0a4cd4ece7b;hb=f3b5161e466df2a94f2704177f0173e7d940c4d5;hpb=624e3018cef977b18efce156c40440aa50d26e09 diff --git a/t/deploy_methods/sql_translator_deprecated.t b/t/deploy_methods/sql_translator_deprecated.t index 617b31c..709fcd0 100644 --- a/t/deploy_methods/sql_translator_deprecated.t +++ b/t/deploy_methods/sql_translator_deprecated.t @@ -10,7 +10,7 @@ use aliased use File::Spec::Functions; -my $dbh = DBI->connect('dbi:SQLite::memory:'); +my $dbh = DBICDHTest::dbh(); my @connection = (sub { $dbh }, { ignore_version => 1 }); my $sql_dir = 't/sql';