Forgot to fix the test count
[gitmo/Moose.git] / t / 030_roles / 043_conflict_many_methods.t
index 94f730f..384f97f 100644 (file)
@@ -41,5 +41,5 @@ use Moose;
         'Bomb', 'Spouse',
         'Caninish', 'Treeve',
     );
-} qr/Due to method name conflicts in roles 'Bomb' and 'Spouse', the methods 'explode' and 'fuse' must be implemented or excluded by 'PracticalJoke'/;
+} qr/Due to a method name conflict in roles 'Caninish' and 'Treeve', the method 'bark' must be implemented or excluded by 'PracticalJoke'/;