X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F90join_torture.t;h=fb745dc4ec9ea4e2190f22bf4c9502d355bb5d31;hb=d9672fb94b70dac86a6d4fed7ad46a48c5ee4527;hp=cd7d2ef70e68158e2bb5185e239f2730c998ab85;hpb=faeb2407c49717d38874b21749659ac2c632bad7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/90join_torture.t b/t/90join_torture.t index cd7d2ef..fb745dc 100644 --- a/t/90join_torture.t +++ b/t/90join_torture.t @@ -146,7 +146,7 @@ lives_ok ( sub { JOIN cd cd ON cd.cdid = me.cd_id JOIN artist artist_2 ON artist_2.artistid = cd.artist GROUP BY me.cd_id - ) count_subq + ) me )', [], );