mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -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 {
|
||||
await response.text();
|
||||
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) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue