Add a unique constraint to artist.name in the test schema
[dbsrgits/DBIx-Class.git] / t / storage / replicated.t
index 67b6c2b..40342ea 100644 (file)
@@ -735,7 +735,7 @@ ok my $transaction = sub {
         ->schema
         ->populate('Artist', [
             [ qw/artistid name/ ],
-            [ $id, "Children of the Grave"],
+            [ $id, "Children of the Grave $id"],
         ]);
 
     ok my $result = $replicated->schema->resultset('Artist')->find($id)