From ad42d987748824f98326e67bbbb3c2bee4549d85 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:12:52 -0500 Subject: [PATCH] =?UTF-8?q?"cancelation"=20=E2=86=92=20"cancellation"=20in?= =?UTF-8?q?=20test=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ts/test-electron/linkPreviews/linkPreviewFetch_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/test-electron/linkPreviews/linkPreviewFetch_test.ts b/ts/test-electron/linkPreviews/linkPreviewFetch_test.ts index 786f0655eea2..c2e77292efa5 100644 --- a/ts/test-electron/linkPreviews/linkPreviewFetch_test.ts +++ b/ts/test-electron/linkPreviews/linkPreviewFetch_test.ts @@ -815,7 +815,7 @@ describe('link preview fetching', () => { ); }); - it('stops reading the body after cancelation', async () => { + it('stops reading the body after cancellation', async () => { const shouldNeverBeCalled = sinon.stub(); const abortController = new AbortController();