Skip to content

Commit 94fea7d

Browse files
authored
Tweak test description
1 parent 25b86e5 commit 94fea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/link/http/__tests__/HttpLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ describe("HttpLink", () => {
11591159
expect(abortControllers[0].signal.aborted).toBe(true);
11601160
});
11611161

1162-
it("a passed-in signal that is cancelled will fail the observable with an `AbortError`", async () => {
1162+
it("a passed-in signal that is aborted will fail the observable with an `AbortError`", async () => {
11631163
try {
11641164
fetchMock.restore();
11651165
fetchMock.postOnce(

0 commit comments

Comments
 (0)