diff --git a/t/rt_40594_nullable.t b/t/rt_40594_nullable.t index f7fadcc..d92296e 100644 --- a/t/rt_40594_nullable.t +++ b/t/rt_40594_nullable.t @@ -17,7 +17,7 @@ BEGIN { } } -plan tests => 7; +plan tests => 6; my $dbh = connect_ok(); @@ -28,7 +28,6 @@ ok $sth->execute; my $expected = { NUM_OF_FIELDS => 4, NAME_lc => [qw/id col1 col2 col3/], - TYPE => [qw/INTEGER varchar(2) varchar(2) char(2)/], NULLABLE => [qw/0 0 1 0/], };