Skip to content

Commit

Permalink
fix: test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 12, 2018
1 parent 13a2c18 commit 041819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/platform.node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ suite('Node', function () {
isInvalid("my+ok@ok=plop.com");
isInvalid("my,ok@ok.plop.com");
isInvalid("ok@tmail.com");
isInvalid("plop@yopmail.pp.ua");
isInvalid("plop@ip6.pp.ua");
isInvalid(" ok@gmail.com ")
isInvalid(" ok@gmail.com")
isInvalid("ok@gmail.com ")
Expand Down

0 comments on commit 041819b

Please sign in to comment.