Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 30, 2024
1 parent 073cbaf commit ea51443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/helpers/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ describe('getProposal()', () => {
});

it('returns the proposal', () => {
mockSnapshotUtilsSubgraphRequest.mockResolvedValueOnce({ proposal: PROPOSAL });
mockSnapshotUtilsSubgraphRequest.mockResolvedValueOnce({
proposal: PROPOSAL
});
expect(getProposal('')).resolves.toEqual(PROPOSAL);
});
});

0 comments on commit ea51443

Please sign in to comment.