X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F88result_set_column.t;h=044e71afad5d0e5f6decaa0c080db392e88375ca;hb=a5ef13717f29f8662a498a5f1a910b03af2d89da;hp=847483af0b4ea6d7f0bcd879fd2398807b26d1a3;hpb=472d7df3682bdb73a76af18c6c78e4596cb8aa73;p=dbsrgits%2FDBIx-Class.git diff --git a/t/88result_set_column.t b/t/88result_set_column.t index 847483a..044e71a 100644 --- a/t/88result_set_column.t +++ b/t/88result_set_column.t @@ -47,8 +47,8 @@ warnings_exist (sub { # test distinct propagation is_deeply ( - [$rs->search ({}, { distinct => 1 })->get_column ('year')->all], - [$rs_year->func('distinct')], + [sort $rs->search ({}, { distinct => 1 })->get_column ('year')->all], + [sort $rs_year->func('distinct')], 'distinct => 1 is passed through properly', );