Skip to content

Commit 95174e9

Browse files
Update makeHandlerIdempotent.test.ts
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 9cababe commit 95174e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/idempotency/tests/e2e/makeHandlerIdempotent.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('Idempotency E2E tests, middy middleware usage', () => {
113113
}, SETUP_TIMEOUT);
114114

115115
it(
116-
'returns the same result and runs the handler once',
116+
'returns the same result and runs the handler once when called multiple times',
117117
async () => {
118118
// Prepare
119119
const payload = {

0 commit comments

Comments
 (0)