next::method, not next::columns_info_for
[dbsrgits/DBIx-Class-Historic.git] / t / 60core.t
index b981365..aae959e 100644 (file)
@@ -164,7 +164,7 @@ is($cd->get_column('name'), 'Caterwauler McCrae', 'Additional column returned');
 $new = $schema->resultset("Track")->new( {
   trackid => 100,
   cd => 1,
-  position => 1,
+  position => 4,
   title => 'Insert or Update',
 } );
 $new->update_or_insert;