fixed test count
[gitmo/Mouse.git] / t / 030_roles / failing / 005_role_conflict_detection.t
index 5be6ea6..d3051a2 100755 (executable)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 87; # it's really 124 with kolibrie's tests;
+use Test::More tests => 88; # it's really 124 with kolibrie's tests;
 use Test::Exception;
 
 =pod