diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-06-15 15:34:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 15:34:21 +0200 |
commit | f145cbfaccd9f3b251b2f80690ad7c68b26d924b (patch) | |
tree | f546388ed6b1d3ce28400a5e32d85a75efcfd3a5 /cli/tests | |
parent | 3d71c36888018d5154b42997bb64adc2892c034d (diff) |
refactor(ext/fetch): simplify fetch ops (#19494)
Addresses feedback from
https://github.com/denoland/deno/pull/19412#discussion_r1227912676
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/run/fetch_response_finalization.js.out | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cli/tests/testdata/run/fetch_response_finalization.js.out b/cli/tests/testdata/run/fetch_response_finalization.js.out index 1a8d7563d..645842a5b 100644 --- a/cli/tests/testdata/run/fetch_response_finalization.js.out +++ b/cli/tests/testdata/run/fetch_response_finalization.js.out @@ -1,7 +1,2 @@ -{ - "0": "stdin", - "1": "stdout", - "2": "stderr", - "5": "fetchResponseBody" -} +{ "0": "stdin", "1": "stdout", "2": "stderr", "5": "fetchResponse" } { "0": "stdin", "1": "stdout", "2": "stderr" } |