Fix test description (DrHyde++)
Peter Rabbitson [Mon, 11 Mar 2013 14:36:29 +0000 (15:36 +0100)]
t/resultsource/set_primary_key.t

index b4b65f8..1f9de7d 100644 (file)
@@ -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;