Skip to content

Commit

Permalink
fix: unit test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 31, 2024
1 parent 6342aed commit 2bf9abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/providers/simulation-provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ describe('Fallback Tenderly simulator', () => {
);
expect(tenderlySimulator.simulateTransaction.called).toBeTruthy();
expect(swapRouteWithGasEstimate.simulationStatus).toEqual(
SimulationStatus.Failed
SimulationStatus.SystemDown
);
});
test('when eth estimate gas simulator throws, try tenderly anyway', async () => {
Expand Down

0 comments on commit 2bf9abf

Please sign in to comment.