Changes/author for a1e1a51
[dbsrgits/DBIx-Class.git] / t / 76select.t
index 2ca47e6..8f45fd0 100644 (file)
@@ -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',