From: Kunal Marwaha Date: Fri, 2 Mar 2018 20:28:55 +0000 (-0800) Subject: [misc] Fix lazy-load test (#4466) X-Git-Tag: 2.21.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c1d65579c51d0b82b2d6a339f71837f58eae26;p=thirdparty%2Fmoment.git [misc] Fix lazy-load test (#4466) --- diff --git a/src/test/moment/locale_inheritance.js b/src/test/moment/locale_inheritance.js index 133bb58b0..a1e4a4613 100644 --- a/src/test/moment/locale_inheritance.js +++ b/src/test/moment/locale_inheritance.js @@ -185,8 +185,6 @@ test('define child locale before parent', function (assert) { }); test('lazy load parentLocale', function (assert) { - moment.defineLocale('de', null); - moment.defineLocale('de_test', { parentLocale: 'de', monthsShort: ['M1', 'M2', 'M3', 'M4', 'M5', 'M6', 'M7', 'M8', 'M9', 'M10', 'M11', 'M12']