Skip to content

Commit 245e5fc

Browse files
punkeelmarwahaha
authored andcommitted
[misc] Fix "the the" typo in test (moment#4578)
1 parent 508f9ce commit 245e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/moment/start_end_of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ test('start of second', function (assert) {
289289
assert.equal(m.date(), 2, 'keep the day');
290290
assert.equal(m.hours(), 3, 'keep the hours');
291291
assert.equal(m.minutes(), 4, 'keep the minutes');
292-
assert.equal(m.seconds(), 5, 'keep the the seconds');
292+
assert.equal(m.seconds(), 5, 'keep the seconds');
293293
assert.equal(m.milliseconds(), 0, 'strip out the milliseconds');
294294
});
295295

0 commit comments

Comments
 (0)