X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=ebe22f1aa4389d669b712369afea0ca1a2b966bf;hb=90cfe42b94a798be8ee5498fd57e2e76adff5156;hp=b207a2940296f95d8a225b806fe1f5b2603afe20;hpb=b9df8e39d03e6da167b2598f6ee70fb16c069112;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index b207a29..ebe22f1 100644 --- a/t/64db.t +++ b/t/64db.t @@ -31,7 +31,7 @@ for (21..30) { } ); } $schema->storage->txn_rollback; -($artist) = $schema->resultset("Artist")->search( artistid => 25 ); +($artist) = $schema->resultset("Artist")->search({ artistid => 25 }); is($artist, undef, "Rollback ok"); is_deeply (