Skip to content

Commit

Permalink
Updating comment in email-validation-test.js mozilla#3546
Browse files Browse the repository at this point in the history
  • Loading branch information
cacois committed Aug 17, 2013
1 parent 808dc4f commit ae9a924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/email-validation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var suite = vows.describe('email-validation-test');

start_stop.addStartupBatches(suite);

// this test verifies that a user who has only authenticated with
// an assertion from their primary, may not call restricted apis
// this test verifies thatthe email validation system correctly
// follows the desired HTML5 email standards

var validEmail1 = '[email protected]';
var validEmail2 = '[email protected]';
Expand Down

0 comments on commit ae9a924

Please sign in to comment.