Fix to columns_info_for for type(size)
[dbsrgits/DBIx-Class.git] / t / run / 04db.tl
index 424948c..57aa819 100644 (file)
@@ -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');