From: Peter Rabbitson Date: Mon, 11 Mar 2013 14:36:29 +0000 (+0100) Subject: Fix test description (DrHyde++) X-Git-Tag: v0.08250~31^2~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=b611e6d77093b3c974df4c0b8c380d8a80b2ff8b Fix test description (DrHyde++) --- diff --git a/t/resultsource/set_primary_key.t b/t/resultsource/set_primary_key.t index b4b65f8..1f9de7d 100644 --- a/t/resultsource/set_primary_key.t +++ b/t/resultsource/set_primary_key.t @@ -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;