Skip to content

Commit

Permalink
fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Jan 28, 2011
1 parent b16ea12 commit 0b49e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/002_common/020_get_column.t
Expand Up @@ -25,7 +25,7 @@ subtest 'get_column' => sub {
$row->get_column('bazbaz');
};
ok $@;
like $@, qr/Specified colum 'bazbaz' not found in row \(query: unknown\)/;
like $@, qr/Specified colum 'bazbaz' not found in row/;
};

subtest 'get_column' => sub {
Expand Down

0 comments on commit 0b49e80

Please sign in to comment.