Skip to content

Commit 78f7357

Browse files
committed
fix: unit test
1 parent f48e249 commit 78f7357

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/scripts/controllers/bridge/bridge-controller.test.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,7 @@ describe('BridgeController', function () {
366366
expect(bridgeController.state.bridgeState).toEqual(
367367
expect.objectContaining({
368368
quoteRequest: { ...quoteRequest, insufficientBal: false },
369-
quotes: [
370-
...mockBridgeQuotesNativeErc20Eth,
371-
...mockBridgeQuotesNativeErc20Eth,
372-
],
369+
quotes: [],
373370
quotesLoadingStatus: 2,
374371
quoteFetchError: 'Network error',
375372
quotesRefreshCount: 3,

0 commit comments

Comments
 (0)