diff --git a/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js b/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js index 67e625b0d..2111c890d 100644 --- a/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js +++ b/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js @@ -31,6 +31,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } } @@ -69,6 +72,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} showSpeedUp />, @@ -102,6 +108,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } } @@ -137,6 +146,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } }