Skip to content

Commit

Permalink
chore: eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedpatla committed Oct 25, 2024
1 parent d2f97a3 commit 99e4dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contracts/services/moneymarket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ afterEach(() => {
test('it should parse the public events response correctly', async () => {
// Mock the service call with the modified JSON response data
sendSecretClientContractQuery$.mockReturnValueOnce(
of(queryMoneyMarketResponse.batch.responses[0].response));
of(queryMoneyMarketResponse.batch.responses[0].response),
);

// Define the input parameters
const contractAddress = 'secret18537ttv4l4k2ea0xp6ay3sv4c243fyjtj2uqz7';
Expand Down

0 comments on commit 99e4dd4

Please sign in to comment.