Skip to content

Commit

Permalink
Fixed Stack Trace test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed May 1, 2024
1 parent 427175e commit 1d36e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/extensions/getStackTrace.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ describe("GetStackTrace", () => {
].forEach((location) => {
interpreter.addToStack({
functionName: "(internal)",
functionLoc: location,
callLoc: location,
functionLocation: location,
callLocation: location,
});
});
});
Expand Down

0 comments on commit 1d36e86

Please sign in to comment.