Skip to content

Commit fdc7ae0

Browse files
feat: remove unused block
1 parent fa2ca7c commit fdc7ae0

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)