Skip to content

Commit 6ac6580

Browse files
npalmmpas
andauthored
Update lambdas/functions/webhook/src/lambda.test.ts
Co-authored-by: Marco Pas <[email protected]>
1 parent 27c92a9 commit 6ac6580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/webhook/src/lambda.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('Test webhook lambda wrapper.', () => {
157157
});
158158
});
159159

160-
describe('Lmmbda dispatchToRunners.', () => {
160+
describe('Lambda dispatchToRunners.', () => {
161161
it('Happy flow, resolve.', async () => {
162162
const mock = mocked(dispatch);
163163
mock.mockImplementation(() => {

0 commit comments

Comments
 (0)