Skip to content

Commit e72e17c

Browse files
Fix test
1 parent 6c04b0a commit e72e17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/client-e2e/src/tests/debugging/timer-stop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export const TimerStop: RunnerFunction = async (init) => {
4949

5050
// make sure our call stack matches
5151
expect(stack).toEqual([
52+
{ line: 12, file },
5253
{ line: 19, file },
53-
{ line: 1, file },
5454
]);
5555

5656
// return - IDL bug/behavior where we need to do it twice

0 commit comments

Comments
 (0)