Refactor insert logic (Row should not handle SQLA options)
[dbsrgits/DBIx-Class.git] / t / 76select.t
index 6065119..8f45fd0 100644 (file)
@@ -157,9 +157,9 @@ is_deeply(
   $sub_rs->single,
   {
     artist         => 1,
-    track_position => 2,
     tracks => {
       title => 'Apiary',
+      trackid => 17,
     },
   },
   'columns/select/as fold properly on sub-searches',