X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Frun%2F04db.tl;h=57aa819049fcd878df16f7f7812011d40e09b162;hp=424948cba2da4e6af7dcc89cbffc0c8b6c5865d6;hb=8fcf21b3a6e010f16ff278b9170a14a0858da388;hpb=3b24f6ea87d4339179f2752b661d85dd08827d8f diff --git a/t/run/04db.tl b/t/run/04db.tl index 424948c..57aa819 100644 --- a/t/run/04db.tl +++ b/t/run/04db.tl @@ -38,7 +38,7 @@ my $test_type_info = { 'name' => { 'data_type' => 'varchar', 'is_nullable' => 0, - 'size' => undef, + 'size' => 100, } }; is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');