mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-12 07:45:41 -05:00
Fix opcode, which isn't actually used in the code...
This commit is contained in:
parent
e8c5bbbf80
commit
8d722b9073
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ test('stepToProcedure', t => {
|
|||
|
||||
th.target.blocks.createBlock({
|
||||
id: 'internalId',
|
||||
opcode: 'procedures_defnoreturn_internal',
|
||||
opcode: 'procedures_callnoreturn_internal',
|
||||
mutation: {
|
||||
proccode: 'othercode'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue