From af222f7a7f18a1fa7bdf1d10ce24aa4deb79ccb4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 30 Dec 2020 08:00:55 -0800 Subject: [PATCH] chore(cli/tests): fix typo in test failure message (#8935) --- cli/tests/unit/fetch_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/unit/fetch_test.ts b/cli/tests/unit/fetch_test.ts index 2355d08133..86df4a1a9a 100644 --- a/cli/tests/unit/fetch_test.ts +++ b/cli/tests/unit/fetch_test.ts @@ -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;