X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F05multipk.t;h=e4d364a19fc920893f62c467321592a6e41038e6;hb=224d560a429b67b832000e4a2b05277e1626a138;hp=6aff06f10889bbf9f0dcd8237ce8441beb36d2b4;hpb=6eec750187325f9ff6f97c7c9df654a36402b3e5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/05multipk.t b/t/05multipk.t index 6aff06f..e4d364a 100644 --- a/t/05multipk.t +++ b/t/05multipk.t @@ -6,5 +6,5 @@ use lib qw(t/lib); use_ok('DBICTest'); -ok(DBICTest::FourKeys->retrieve(1,2,3,4), "retrieve multiple pks without hash"); -ok(DBICTest::FourKeys->retrieve(5,4,3,6), "retrieve multiple pks without hash"); \ No newline at end of file +ok(DBICTest::FourKeys->find(1,2,3,4), "find multiple pks without hash"); +ok(DBICTest::FourKeys->find(5,4,3,6), "find multiple pks without hash");