Skip to content

Commit

Permalink
Fix test description (DrHyde++)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Mar 11, 2013
1 parent 183458c commit 0b56089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/resultsource/set_primary_key.t
Expand Up @@ -25,6 +25,6 @@ warnings_exist {
);
__PACKAGE__->set_primary_key(qw(foo bar))
} qr/Primary key of source 'foo' includes the column 'bar' which has its 'is_nullable' attribute set to true/,
'proper exception on non-existing column as PK';
'proper exception on is_nullable column as PK';

done_testing;

0 comments on commit 0b56089

Please sign in to comment.