Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 30, 2024
1 parent d994df3 commit b1693c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/transactionsService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
ListTransactionsDto,
} from '../../src/dto/transaction'

jest.mock('../../src/services/accountsService')
// jest.mock('../../src/services/accountsService')
jest.mock('aws-sdk', () => {
const EventBridge = {
putEvents: jest.fn().mockReturnThis(),
Expand Down

0 comments on commit b1693c4

Please sign in to comment.