Skip to content

Commit

Permalink
fix: trivial change to trigger release please (#69)
Browse files Browse the repository at this point in the history
Release-As: 0.4.1
  • Loading branch information
tiffunky authored Oct 24, 2023
1 parent d121209 commit f795d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synthetics-sdk-api/test/unit/handlers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f795d59

Please sign in to comment.