X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76select.t;h=8f45fd056d2984a0c04e0137750fb2e27cf30367;hb=d9672fb94b70dac86a6d4fed7ad46a48c5ee4527;hp=2ca47e694f4a04a3dd38b1e0a5bd2493db3050e4;hpb=c9d29bb255e00c9c734edfc9634b3ff24ad621ba;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76select.t b/t/76select.t index 2ca47e6..8f45fd0 100644 --- a/t/76select.t +++ b/t/76select.t @@ -157,10 +157,9 @@ is_deeply( $sub_rs->single, { artist => 1, - track_position => 2, - tracks => { + tracks => { + title => 'Apiary', trackid => 17, - title => 'Apiary', }, }, 'columns/select/as fold properly on sub-searches',