Skip to content

Commit

Permalink
Revert "Fix test"
Browse files Browse the repository at this point in the history
This reverts commit 6b00f97.
  • Loading branch information
paulkaplan committed Dec 13, 2017
1 parent ba1f217 commit a586c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/blocks_procedures.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
}
};
const util = {
getProcedureParamNamesAndIds: () => [null, null],
getProcedureParamNamesAndIds: () => null,
stackFrame: {
executed: false
}
Expand Down

0 comments on commit a586c5d

Please sign in to comment.