mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-08 12:03:59 -04:00
Fix a typo in the variable test.
This commit is contained in:
parent
ecbfcd78bd
commit
aead1ba8f4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const VariableUtil = require('../../src/util/variable-util');
|
|||
const projectUri = path.resolve(__dirname, '../fixtures/variable_characters.sb3');
|
||||
const project = readFileToBuffer(projectUri);
|
||||
|
||||
test('importing sb2 project with special chars in variable names', t => {
|
||||
test('importing sb3 project with special chars in variable names', t => {
|
||||
const vm = new VirtualMachine();
|
||||
vm.attachStorage(makeTestStorage());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue