Skip to content

Commit

Permalink
fix uniswap test
Browse files Browse the repository at this point in the history
  • Loading branch information
harjas27 committed Jul 9, 2024
1 parent 68528ff commit 373c577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/connectors/uniswap/uniswap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const patchMockProvider = () => {
/* unlocked */ true
);
mockProvider.stub(DAI_WETH_POOL_ADDRESS, 'liquidity', 0);
mockProvider.stub(DAI_WETH_POOL_ADDRESS, 'fee', FeeAmount.LOW);
patch(ethereum, 'provider', () => {
return mockProvider;
});
Expand Down

0 comments on commit 373c577

Please sign in to comment.