This commit is contained in:
Paul Kaplan 2017-11-29 15:46:04 -05:00
parent 5a53323715
commit 6b00f97804

View file

@ -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
}