]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
[misc] Fix "the the" typo in test (#4578)
authorMaxime Guerreiro <punkeel@me.com>
Tue, 24 Apr 2018 23:56:56 +0000 (01:56 +0200)
committerKunal Marwaha <marwahaha@berkeley.edu>
Fri, 1 Jun 2018 05:36:18 +0000 (22:36 -0700)
src/test/moment/start_end_of.js

index 519c7641ee4c88aef685cea4e160d73ee1620cdd..4b47620d63d727679dad4432c03d16f6dea62eba 100644 (file)
@@ -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');
 });