Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Apr 10, 2024
1 parent e7fbfd0 commit fc3072e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -540,7 +540,7 @@ describe('RemoteOperation and onAbort callback', () => {
expect(handleCancel).toBeCalledTimes(0);
});

test('abort in-flight operations in case of .reset call', async () => {
test('abort in-flight operations in case of .reset call, issue #461', async () => {
const operation = createRemoteOperation({
...defaultConfig,
});
Expand Down

0 comments on commit fc3072e

Please sign in to comment.