Fix documentation for local cloud var test

This commit is contained in:
Karishma Chadha 2018-10-30 19:01:16 -04:00
parent a6de046dda
commit d041259473
2 changed files with 4 additions and 4 deletions

View file

@ -121,8 +121,8 @@ test('importing one project after the other resets cloud variable limit', t => {
});
test('local cloud variables get imported as regular variables', t => {
// This tests a hacked project where additional cloud variables exceeding
// the project limit have been added.
// This tests a hacked project where a sprite-local variable is
// has the cloud variable flag set.
const vm = new VirtualMachine();
vm.attachStorage(makeTestStorage());

View file

@ -117,8 +117,8 @@ test('importing one project after the other resets cloud variable limit', t => {
});
test('local cloud variables get imported as regular variables', t => {
// This tests a hacked project where additional cloud variables exceeding
// the project limit have been added.
// This tests a hacked project where a sprite-local variable is
// has the cloud variable flag set.
const vm = new VirtualMachine();
vm.attachStorage(makeTestStorage());