Merge branch 'topic/parallelize-tests' of https://github.com/RsrchBoy/DBIx-Class...
[dbsrgits/DBIx-Class-Fixtures.git] / t / lib / DBICTest.pm
index 2bf19f8..db22971 100755 (executable)
@@ -156,6 +156,11 @@ sub populate_schema {
         [ 32948, 'Big PK' ],
     ]);
 
+    $schema->populate('Artist::WashedUp', [
+        [ qw/fk_artistid/ ],
+        [ 2 ],
+    ]);
+
     $schema->populate('CD', [
         [ qw/cdid artist title year/ ],
         [ 1, 1, "Spoonful of bees", 1999 ],