Fix opcode, which isn't actually used in the code...

This commit is contained in:
Paul Kaplan 2017-10-10 15:10:03 -04:00
parent e8c5bbbf80
commit 8d722b9073

View file

@ -156,7 +156,7 @@ test('stepToProcedure', t => {
th.target.blocks.createBlock({
id: 'internalId',
opcode: 'procedures_defnoreturn_internal',
opcode: 'procedures_callnoreturn_internal',
mutation: {
proccode: 'othercode'
}