Skip to content

Commit eac769e

Browse files
Jake ChampionJakeChampion
authored andcommitted
update assertion
1 parent a203214 commit eac769e

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/js-compute/fixtures/console

1 file changed

+2
-2
lines changed

integration-tests/js-compute/fixtures/console/tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"stdout :: Log: Infinity: Infinity",
2323
"stdout :: Log: NaN: NaN",
2424
"stdout :: Log: Symbol: Symbol(\"wow\")",
25-
"stdout :: Log: Error: (new Error(\"uh oh\", \"<stdin>\", 30))",
25+
"stdout :: Log: Error: (new Error(\"uh oh\", \"<stdin>\", 32))",
2626
"stdout :: Log: Number: 1",
2727
"stdout :: Log: Number: 1.111",
2828
"stdout :: Log: BigInt: 10n",
@@ -44,7 +44,7 @@
4444
"stdout :: Log: WeakSet: WeakSet { <items unknown> }",
4545
"stdout :: Log: Promise: Promise { <pending> }",
4646
"stdout :: Log: resolved promise: Promise { 9 }",
47-
"stdout :: Log: rejected promise: Promise { <rejected> (new Error(\"oops\", \"<stdin>\", 74)) }",
47+
"stdout :: Log: rejected promise: Promise { <rejected> (new Error(\"oops\", \"<stdin>\", 76)) }",
4848
"stdout :: Log: Response: {type: default, url: , status: 200, ok: true, statusText: , version: 2, headers: {}, body: {locked: false}, bodyUsed: false}",
4949
"stdout :: Log: Request: {method: POST, url: https://www.fastly.com/, version: 2, headers: {}, body: null, bodyUsed: false}",
5050
"stdout :: Log: ReadableStream: {locked: false}",

0 commit comments

Comments
 (0)