Skip to content

Commit

Permalink
fix: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Apr 12, 2023
1 parent 3084f88 commit f8143c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lists-component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ beforeEach(async () => {
})
})
logs = createTestLogsComponent({
getLogger: jest.fn().mockReturnValue({ error: () => undefined })
getLogger: jest.fn().mockReturnValue({ error: () => undefined, info: () => undefined })
})
snapshot = createTestSnapshotComponent({ getScore: getScoreMock })
collectionsSubgraph = createTestSubgraphComponent({
Expand Down

0 comments on commit f8143c3

Please sign in to comment.