X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-deprecated.t;fp=t%2F03-deprecated.t;h=49e1ef510ce510cc90509db48f763aa87e06e4e4;hb=da2816e26423ff8d3dff8b3414ce5138bb202b37;hp=f29244a22bdadbaa6856b851e1b136db6cf771d8;hpb=a89cd737a24077f9d021d975a8ee628dc23bfb06;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/03-deprecated.t b/t/03-deprecated.t index f29244a..49e1ef5 100644 --- a/t/03-deprecated.t +++ b/t/03-deprecated.t @@ -39,7 +39,7 @@ VERSION1: { bar => 'frew', }) } 'schema not deployed'; - $handler->install; + $handler->install({ version => '1.0' }); dies_ok { $handler->install; } 'cannot install twice';