Skip to content

Commit

Permalink
Fix code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeparas authored and ichernev committed Oct 9, 2017
1 parent 6734504 commit a8ba52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moment/parsing_flags.js
Expand Up @@ -167,7 +167,7 @@ test('empty format array', function (assert) {
assert.equal(flags('1982 May', []).invalidFormat, true, 'empty format array');
});

test('weekday mismatch', function(assert) {
test('weekday mismatch', function (assert) {
// string with format
assert.equal(flags('Wed 08-10-2017', 'ddd MM-DD-YYYY').weekdayMismatch, true, 'day of week does not match date');
assert.equal(flags('Thu 08-10-2017', 'ddd MM-DD-YYYY').weekdayMismatch, false, 'day of week matches date');
Expand Down

0 comments on commit a8ba52e

Please sign in to comment.