X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-deprecated.t;h=f9bd02125af171ebb3e7952481d591003a3421ff;hb=fc4b7602052e267368ca63a07f882be01a2ba8a7;hp=5eb19d3bf274efe232b6c136336570cdb04d07eb;hpb=91557c90ba0b3f313696c2f15dd8b56fb8358574;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/03-deprecated.t b/t/03-deprecated.t index 5eb19d3..f9bd021 100644 --- a/t/03-deprecated.t +++ b/t/03-deprecated.t @@ -26,7 +26,7 @@ VERSION1: { upgrade_directory => $sql_dir, schema => $s, databases => 'SQLite', - sqltargs => { add_drop_table => 0 }, + sql_translator_args => { add_drop_table => 0 }, }); ok($handler, 'DBIx::Class::DeploymentHandler w/1.0 instantiates correctly');