Allow user to specify version of schema to install
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 03-deprecated.t
index f29244a..49e1ef5 100644 (file)
@@ -39,7 +39,7 @@ VERSION1: {
       bar => 'frew',
     })
   } 'schema not deployed';
-  $handler->install;
+  $handler->install({ version => '1.0' });
   dies_ok {
     $handler->install;
   } 'cannot install twice';