Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1df736e

Browse files
committed
test(i18n): remove bad assertion
1 parent 7673ca7 commit 1df736e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

i18n/spec/closureI18nExtractorSpec.js

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ describe('findLocaleId', function() {
7575
it('should not find localeId if data is missing', function() {
7676
expect(findLocaleId('', 'num')).toBeUndefined();
7777
expect(findLocaleId('aa', 'datetime')).toBeUndefined();
78-
expect(findLocaleId('aa', 'randomType')).toBeUndefined();
7978
expect(findLocaleId('NumberFormatSymbols_en', 'datetime')).toBeUndefined();
8079
expect(findLocaleId('DateTimeSymbols_en', 'num')).toBeUndefined();
8180
});

0 commit comments

Comments
 (0)