X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F92storage.t;h=d8bba980c088986d70d24d99c621b9d3128d8184;hb=9900b5695787f3292eb51df9a0a0f86ea42210c4;hp=94bdfd360f834088206f4be4786d0e6bb111e35d;hpb=99a836c181ec6f90907652499091709a195ba6ee;p=dbsrgits%2FDBIx-Class.git diff --git a/t/92storage.t b/t/92storage.t index 94bdfd3..d8bba98 100644 --- a/t/92storage.t +++ b/t/92storage.t @@ -162,7 +162,7 @@ for my $type (keys %$invocations) { is_deeply ( [$storage->on_connect_do, $storage->on_disconnect_do ], - [ [qw/a b c/], [qw/d e f/] ], + [ [ map [ do_sql => $_ ], qw/a b c/ ], [ map [ do_sql => $_ ], qw/d e f/ ] ], "$type correctly parsed DBIC specific on_[dis]connect_do", ); }