X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F92storage.t;h=94bdfd360f834088206f4be4786d0e6bb111e35d;hb=ac45262b7c3b56db2c8606c4cad46aa448b1169c;hp=d8bba980c088986d70d24d99c621b9d3128d8184;hpb=9900b5695787f3292eb51df9a0a0f86ea42210c4;p=dbsrgits%2FDBIx-Class.git diff --git a/t/92storage.t b/t/92storage.t index d8bba98..94bdfd3 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 ], - [ [ map [ do_sql => $_ ], qw/a b c/ ], [ map [ do_sql => $_ ], qw/d e f/ ] ], + [ [qw/a b c/], [qw/d e f/] ], "$type correctly parsed DBIC specific on_[dis]connect_do", ); }