Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed May 15, 2024
1 parent f079498 commit 4168971
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/indexer/allo/v2/handleEvent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4168971

Please sign in to comment.