Fix a typo in the variable test.

This commit is contained in:
picklesrus 2019-02-06 16:53:25 -05:00
parent ecbfcd78bd
commit aead1ba8f4

View file

@ -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());