From a65bcc56e030454331f84856dd623f8471162d26 Mon Sep 17 00:00:00 2001 From: kostas Date: Thu, 18 May 2017 16:50:59 +0300 Subject: [PATCH] - Changed test --- src/test/locale/es-do.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/locale/es-do.js b/src/test/locale/es-do.js index b749b5b9d..890ec6cf6 100644 --- a/src/test/locale/es-do.js +++ b/src/test/locale/es-do.js @@ -212,7 +212,7 @@ test('weeks year starting sunday formatted', function (assert) { }); test('test short months proper', function (assert) { - var str = "02-ago-2016"; // "02-ago-2016" + var str = '02-ago-2016'; // "02-ago-2016" assert.equal(moment(str, 'DD-MMM-YYYY').month(), '7', '02-ago-2016 month should be 7'); }); -- 2.47.2