X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frun%2F04db.tl;h=4865d965779fc6a0e864a34137876e6a86ada2be;hb=17c44f4c9510f0994dd4d5840c1f08ba3bab67ed;hp=f7d847c6cb18e92a4e5aa27202597c253594011d;hpb=2059184666455369538caa26d7ef16d5eec935fa;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/run/04db.tl b/t/run/04db.tl index f7d847c..4865d96 100644 --- a/t/run/04db.tl +++ b/t/run/04db.tl @@ -45,11 +45,6 @@ my $test_type_info = { 'data_type' => 'varchar', 'is_nullable' => 0, }, - 'position' => { - 'data_type' => 'INTEGER', - 'is_nullable' => 0, - 'size' => undef, - }, }; is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');