intl: fix dicey test case

This commit is contained in:
Ujjwal Sharma 2018-10-04 19:26:24 +05:30 committed by Rick Waldron
parent 5896ba49be
commit f8e0bf6751
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ const proxyLocales = new Proxy(locales, handlers);
const nf = new Intl.NumberFormat(proxyLocales);
actualLookups.forEach(lookup => assert(expectedLookups.indexOf(lookup) != -1));
expectedLookups.forEach(lookup => assert(actualLookups.indexOf(lookup) != -1));