Skip to content

Commit

Permalink
[misc] Fix "the the" typo in test (#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
punkeel authored and marwahaha committed Jun 1, 2018
1 parent 508f9ce commit 245e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moment/start_end_of.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test('start of second', function (assert) {
assert.equal(m.date(), 2, 'keep the day');
assert.equal(m.hours(), 3, 'keep the hours');
assert.equal(m.minutes(), 4, 'keep the minutes');
assert.equal(m.seconds(), 5, 'keep the the seconds');
assert.equal(m.seconds(), 5, 'keep the seconds');
assert.equal(m.milliseconds(), 0, 'strip out the milliseconds');
});

Expand Down

0 comments on commit 245e5fc

Please sign in to comment.