mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-24 21:19:43 -04:00
update test
This commit is contained in:
parent
8971ee4668
commit
246e40a68c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue