X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-deprecated.t;h=49e1ef510ce510cc90509db48f763aa87e06e4e4;hb=c50f464ee89ad9265bc608de04d6a686525311ef;hp=f29244a22bdadbaa6856b851e1b136db6cf771d8;hpb=f3b5161e466df2a94f2704177f0173e7d940c4d5;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';