diff --git a/src/indexer/allo/v2/handleEvent.test.ts b/src/indexer/allo/v2/handleEvent.test.ts index a3cc1e2f..7435e1ae 100644 --- a/src/indexer/allo/v2/handleEvent.test.ts +++ b/src/indexer/allo/v2/handleEvent.test.ts @@ -1097,7 +1097,9 @@ describe("handleEvent", () => { tags: [], }; - MOCK_DB.getApplicationById = vi.fn().mockResolvedValueOnce(application); + MOCK_DB.getApplicationByAnchorAddress = vi + .fn() + .mockResolvedValueOnce(application); MOCK_DB.getRoundByStrategyAddress = vi.fn().mockResolvedValueOnce(round);