Skip to content
Snippets Groups Projects
Commit f8e0bf67 authored by Ujjwal Sharma's avatar Ujjwal Sharma Committed by Rick Waldron
Browse files

intl: fix dicey test case

parent 5896ba49
No related branches found
No related tags found
No related merge requests found
......@@ -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));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment