switch to hashref based for command args and results
[dbsrgits/DBIx-Data-Store-old.git] / t / 01basic_collection.t
index 5b68360..5b57064 100644 (file)
@@ -31,8 +31,8 @@ sub make_set {
     store => DBIx::Data::Store::CRUD->new(
       raw_store => DBIx::Data::Store->connect($dsn),
       select_sql => q{SELECT id, name FROM person},
+      select_column_order => [ qw(id name) ],
     ),
-    column_order => [ qw(id name) ],
   );
 }