Deprecate rolled-out hash-condition in search()
[dbsrgits/DBIx-Class.git] / t / 64db.t
index b207a29..ebe22f1 100644 (file)
--- 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 (