update test

This commit is contained in:
Eric Rosenbaum 2019-10-04 14:14:37 -04:00
parent 8971ee4668
commit 246e40a68c

View file

@ -24,7 +24,7 @@ test('if an unsupported language is dropped onto the set language block, use def
});
test('get the extension locale for a supported locale that differs', t => {
ext.setLanguage({LANGUAGE: 'ja-Hira'});
ext.setLanguage({LANGUAGE: 'ja-hira'});
t.strictEqual(ext.getCurrentLanguage(), 'ja');
t.end();
});