Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv committed Nov 23, 2024
1 parent 7fc7c90 commit 95c102d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/providers/simulation-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jest.mock('../../../src/util/gas-factory-helpers', () => ({
quoteGasAdjusted,
};
},
logGasEstimationVsSimulationMetrics: jest.fn(),
}));

const provider = new JsonRpcProvider();
Expand Down

0 comments on commit 95c102d

Please sign in to comment.