mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
chore(cli/tests): fix typo in test failure message (#8935)
This commit is contained in:
parent
b07a0b640d
commit
af222f7a7f
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ unitTest(
|
||||||
try {
|
try {
|
||||||
await response.text();
|
await response.text();
|
||||||
fail(
|
fail(
|
||||||
"Reponse.text() didn't throw on a filtered response without a body (type error)",
|
"Response.text() didn't throw on a filtered response without a body (type error)",
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue