X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F60core.t;h=b0d7ec6903f3b88aee738182afa26176ce275b83;hb=29bfd407abd4af204165f7a49bf80ef8cd5d444c;hp=a600cb0ceadd20c39b4e3a4a8a689bc3f1c98f68;hpb=a48e92d70ba95a7559fc2d17c953e2f84ee827ed;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/60core.t b/t/60core.t index a600cb0..b0d7ec6 100644 --- a/t/60core.t +++ b/t/60core.t @@ -277,7 +277,7 @@ ok(!$@, "stringify to false value doesn't cause error"); # test column_info { $schema->source("Artist")->{_columns}{'artistid'} = {}; - $schema->source("Artist")->load_column_info_from_storage; + $schema->source("Artist")->column_info_from_storage(1); my $typeinfo = $schema->source("Artist")->column_info('artistid'); is($typeinfo->{data_type}, 'INTEGER', 'column_info ok');