X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trigger.t;h=223e387f4514cd48b494e28f4aa6824210e970c5;hb=5439cf977dec83dafef4ee1cc990e7850d308cd0;hp=99bf94253baebccb2cfff0554df4559c5f4dd87f;hpb=ca7941e5f5a56ef4e0c61835538c505645152085;p=gitmo%2FMouse.git diff --git a/t/016-trigger.t b/t/016-trigger.t index 99bf942..223e387 100644 --- a/t/016-trigger.t +++ b/t/016-trigger.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 10; +use Test::More tests => 11; use Test::Exception; my @trigger; @@ -31,7 +31,7 @@ do { is => 'ro', trigger => [], ); - } qr/Trigger must be a CODE or HASH ref on attribute \(error\)/; + } qr/Trigger must be a CODE ref on attribute \(error\)/; }; can_ok(Class => 'attr');