Commit failing test for unique constraints: When a table has two or more unique
[dbsrgits/DBIx-Class.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;