X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=d1284f8803cbaea3a413d58e51e2fe184f882599;hb=people%2Fabraxxa%2Fhas_relationship_loaded;hp=ebe22f1aa4389d669b712369afea0ca1a2b966bf;hpb=450e6dbf39a2620b3b9c939e8cce3c16eec766d6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index ebe22f1..d1284f8 100644 --- a/t/64db.t +++ b/t/64db.t @@ -13,7 +13,7 @@ plan tests => 4; # XXX: Is storage->dbh the only way to get a dbh? $schema->storage->txn_begin; for (10..15) { - $schema->resultset("Artist")->create( { + $schema->resultset("Artist")->create( { artistid => $_, name => "artist number $_", } );