File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/components/UI/Bridge/Views/BridgeView Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1265,6 +1265,7 @@ describe('BridgeView', () => {
12651265 await waitFor ( ( ) => {
12661266 expect ( mockSubmitBridgeTx ) . toHaveBeenCalledWith ( {
12671267 quoteResponse : mockQuote ,
1268+ warnings : [ ] ,
12681269 } ) ;
12691270 expect ( mockNavigate ) . toHaveBeenCalledWith ( Routes . TRANSACTIONS_VIEW ) ;
12701271 } ) ;
@@ -1331,6 +1332,7 @@ describe('BridgeView', () => {
13311332 await waitFor ( ( ) => {
13321333 expect ( mockSubmitBridgeTx ) . toHaveBeenCalledWith ( {
13331334 quoteResponse : mockQuote ,
1335+ warnings : [ ] ,
13341336 } ) ;
13351337 expect ( mockNavigate ) . toHaveBeenCalledWith ( Routes . TRANSACTIONS_VIEW ) ;
13361338 } ) ;
@@ -1394,6 +1396,7 @@ describe('BridgeView', () => {
13941396 await waitFor ( ( ) => {
13951397 expect ( mockSubmitBridgeTx ) . toHaveBeenCalledWith ( {
13961398 quoteResponse : mockQuote ,
1399+ warnings : [ ] ,
13971400 } ) ;
13981401 expect ( mockNavigate ) . toHaveBeenCalledWith ( Routes . TRANSACTIONS_VIEW ) ;
13991402 } ) ;
@@ -1454,6 +1457,7 @@ describe('BridgeView', () => {
14541457 await waitFor ( ( ) => {
14551458 expect ( mockSubmitBridgeTx ) . toHaveBeenCalledWith ( {
14561459 quoteResponse : mockQuote ,
1460+ warnings : [ ] ,
14571461 } ) ;
14581462 expect ( mockNavigate ) . toHaveBeenCalledWith ( Routes . TRANSACTIONS_VIEW ) ;
14591463 } ) ;
You can’t perform that action at this time.
0 commit comments