diff --git a/t/resultsource/set_primary_key.t b/t/resultsource/set_primary_key.t index b4b65f8b9..1f9de7df3 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;