X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F05multipk.t;h=e4d364a19fc920893f62c467321592a6e41038e6;hb=656796f2088da66cc80f4eb127c39c923ef3c1dd;hp=6aff06f10889bbf9f0dcd8237ce8441beb36d2b4;hpb=89c0a5a2dd20b4973b39b17caff0843efc8a5e60;p=dbsrgits%2FDBIx-Class-Historic.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");