Skip to content

Commit f795d59

Browse files
authored
fix: trivial change to trigger release please (#69)
Release-As: 0.4.1
1 parent d121209 commit f795d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/synthetics-sdk-api/test/unit/handlers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('GCM Synthetics Handler', async () => {
159159
});
160160
});
161161

162-
it('has execution id available', async () => {
162+
it('has an execution id', async () => {
163163
const executionId = 'deadbeefdeadbeefdeadbeefdeadbeef'
164164
const handler = runSyntheticHandler((args: {executionId: string|undefined}) => {
165165
expect(args.executionId).to.equal(executionId);

0 commit comments

Comments
 (0)