"cancelation" → "cancellation" in test title
This commit is contained in:
parent
e3c7072ef1
commit
ad42d98774
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue