Fixes to CDBICompat::HasMany mapping method support, with thanks to bricas
[dbsrgits/DBIx-Class-Historic.git] / t / 09update.t
index ec90358..3b4dbe4 100644 (file)
@@ -10,7 +10,7 @@ use lib qw(t/lib);
 
 use_ok('DBICTest');
 
-my $art = DBICTest::Artist->retrieve(1);
+my $art = DBICTest::Artist->find(1);
 
 isa_ok $art => 'DBICTest::Artist';