remove stray new line

This commit is contained in:
picklesrus 2018-12-05 12:13:52 -05:00
parent cddcea652b
commit d6acd97ec7

View file

@ -20,7 +20,6 @@ test('importing one project after the other resets monitored variables', t => {
vm.setCompatibilityMode(false);
vm.setTurboMode(false);
vm.loadProject(project).then(() => {
const refSprite = vm.runtime.targets[1];
const refVarId = Object.keys(refSprite.variables)[0];
const refBlock = vm.runtime.monitorBlocks.getBlock(refVarId);