Skip to content

Commit dd881d5

Browse files
committed
Merge branch 'idempotency-persistence-store' of https://github.com/jeffrey-baker-vg/aws-lambda-powertools-typescript into idempotency-persistence-store
2 parents 814681f + fdc7ae0 commit dd881d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/idempotency/tests/unit/persistence/DynamoDbPersistenceLayer.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import { IdempotencyRecordStatus } from '../../../src/types/IdempotencyRecordSta
1212
* @group unit/idempotency/all
1313
*/
1414

15-
describe('Given a idempotency key', () => {
16-
///add test
17-
});
18-
1915
describe('Class: DynamoDbPersistenceLayer', () => {
2016
beforeEach(() => {
2117
jest.clearAllMocks();

0 commit comments

Comments
 (0)