Skip to content

Commit

Permalink
Fixing failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 1, 2012
1 parent 479aefc commit da4fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -234,7 +234,7 @@ public static function invalidEmails() {
array(''),
array('string'),
array('<tag>'),
array('some@one.whereis'),
array('some@one-whereis'),
array('wrong@key' => 'Name'),
array(array('ok@cakephp.org', 1.0, '', 'string'))
);
Expand Down

0 comments on commit da4fdba

Please sign in to comment.