diff --git a/test/data/mock-pending-transaction-data.json b/test/data/mock-pending-transaction-data.json index 46c4452f5..62f072c10 100644 --- a/test/data/mock-pending-transaction-data.json +++ b/test/data/mock-pending-transaction-data.json @@ -19,7 +19,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther", + "type": "simpleSend", "history": [ { "id": 6854191329910881, @@ -39,7 +39,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther" + "type": "simpleSend" }, [ { @@ -95,7 +95,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther", + "type": "simpleSend", "history": [ { "id": 6854191329910881, @@ -115,7 +115,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther" + "type": "simpleSend" }, [ { @@ -172,7 +172,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther", + "type": "simpleSend", "history": [ { "id": 6854191329910881, @@ -192,7 +192,7 @@ "type": "0x2" }, "origin": "metamask", - "type": "sentEther" + "type": "simpleSend" }, [ { diff --git a/test/jest/mock-store.js b/test/jest/mock-store.js index 443ccbe2c..73f4892b3 100644 --- a/test/jest/mock-store.js +++ b/test/jest/mock-store.js @@ -244,6 +244,7 @@ export const createSwapsMockStore = () => { fetchTime: 1354, aggregator: 'TEST_AGG_2', aggType: 'AGG', + isBestQuote: true, slippage: 2, sourceTokenInfo: { address: '0x6b175474e89094c44da98b954eedeac495271d0f',