mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-12 07:45:41 -05:00
Fix test
This commit is contained in:
parent
5a53323715
commit
6b00f97804
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
|
|||
}
|
||||
};
|
||||
const util = {
|
||||
getProcedureParamNamesAndIds: () => null,
|
||||
getProcedureParamNamesAndIds: () => [null, null],
|
||||
stackFrame: {
|
||||
executed: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue