Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Apr 26, 2024
1 parent 3768a9b commit 0a518ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consumer-server/test/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ async function initComponents(): Promise<TestComponents> {

const storage: StorageComponent = {
storeFiles: jest.fn(),
getFiles: jest.fn()
getFiles: jest.fn(),
deleteFailureDirectory: jest.fn()
}
const queue: QueueComponent = {
deleteMessage: jest.fn(),
Expand Down

0 comments on commit 0a518ef

Please sign in to comment.