From: John Madhavan-Reese Date: Sat, 13 Sep 2014 04:46:21 +0000 (-0400) Subject: whitespace X-Git-Tag: 2.8.4~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde32c259a904f7075b99dcb449cd2b0855157cd;p=thirdparty%2Fmoment.git whitespace --- diff --git a/test/moment/duration.js b/test/moment/duration.js index d6abcf3d2..a3bb9c4ac 100644 --- a/test/moment/duration.js +++ b/test/moment/duration.js @@ -449,7 +449,7 @@ exports.duration = { // 400 years have exactly 146097 days test.expect(84); - // years + // years test.equal(moment.duration(1, 'year').asYears(), 1, '1 year as years'); test.equal(moment.duration(1, 'year').asMonths(), 12, '1 year as months'); test.equal(moment.duration(400, 'year').asMonths(), 4800, '400 years as months');