From 1ff8e57f9f05eee9fc47a7804fa73563b832a2fd Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Fri, 2 Mar 2018 11:58:04 -0800 Subject: [PATCH] [misc] Fix lazy-load test --- src/test/moment/locale_inheritance.js | 2 -- 1 file changed, 2 deletions(-) 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'] -- 2.47.2