changed the way args are passed to a storage type that needs args so they can be...
[dbsrgits/DBIx-Class.git] / t / 93storage_replication.t
index 1156a24..7617af3 100644 (file)
@@ -61,14 +61,14 @@ TESTSCHEMACLASSES: {
         my $class = shift @_;
         
         my $schema = DBICTest->init_schema(
-            storage_type=>[
+            storage_type=>{
                '::DBI::Replicated' => {
                        balancer_type=>'::Random',
                     balancer_args=>{
                        auto_validate_every=>100,
                     },
                }
-            ],
+            },
             deploy_args=>{
                    add_drop_table => 1,
             },