diff --git a/packages/synthetics-sdk-api/test/unit/handlers.spec.ts b/packages/synthetics-sdk-api/test/unit/handlers.spec.ts index 9b4452df..7804d0f3 100644 --- a/packages/synthetics-sdk-api/test/unit/handlers.spec.ts +++ b/packages/synthetics-sdk-api/test/unit/handlers.spec.ts @@ -159,7 +159,7 @@ describe('GCM Synthetics Handler', async () => { }); }); - it('has execution id available', async () => { + it('has an execution id', async () => { const executionId = 'deadbeefdeadbeefdeadbeefdeadbeef' const handler = runSyntheticHandler((args: {executionId: string|undefined}) => { expect(args.executionId).to.equal(executionId);