X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdeploy.t;h=bb1c7cc27763632791ede754902827e3de132e03;hb=2c2bc4e5;hp=61610ba9e35f5f0790897b1aec49d9a2cf09e279;hpb=c8dc7d3337cdd47a721739473b61c8d4477d9129;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/deploy.t b/t/storage/deploy.t index 61610ba..bb1c7cc 100644 --- a/t/storage/deploy.t +++ b/t/storage/deploy.t @@ -21,7 +21,7 @@ local $ENV{DBI_DSN}; # instance, but no conninfo) # there ought to be more code like this in the wild like( - DBICTest::Schema->connect->deployment_statements('SQLite'), + DBICTest->connect_schema->deployment_statements('SQLite'), qr/\bCREATE TABLE artist\b/i # ensure quoting *is* disabled );