diff --git a/packages/core/src/remote_operation/__test__/create_remote_operation.test.ts b/packages/core/src/remote_operation/__test__/create_remote_operation.test.ts index e5c62a92..d9631f5a 100644 --- a/packages/core/src/remote_operation/__test__/create_remote_operation.test.ts +++ b/packages/core/src/remote_operation/__test__/create_remote_operation.test.ts @@ -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, });