mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-09 14:54:10 +01:00
"cancelation" → "cancellation" in test title
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user