Skip to content

Commit

Permalink
Fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hanscau committed Sep 9, 2024
1 parent d59747c commit 1d3f924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stepper/__tests__/__snapshots__/stepper.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5507,12 +5507,12 @@ math_abs(-1);

exports[`Test catching errors from built in function Incorrect number of arguments 1`] = `
"Start of evaluation
"
Expected 2 arguments, but got 1"
`;

exports[`Test catching errors from built in function Incorrect type of argument for math function 1`] = `
"Start of evaluation
"
Math functions must be called with number arguments"
`;

exports[`Test catching errors from built in function Incorrect type of arguments for module function 1`] = `
Expand Down

0 comments on commit 1d3f924

Please sign in to comment.