aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-12-13 00:13:53 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-13 00:35:25 +0800
commit3cca6fc8862673eb96a04586c5d31438f875431a (patch)
tree3047d073fbdc149c40b0615b1f2d81d0dfaa4f03 /ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
parent7c60414075877b79b3b98be82cdb6eda5df10329 (diff)
downloadtangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.gz
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.tar.zst
tangerine-wallet-browser-3cca6fc8862673eb96a04586c5d31438f875431a.zip
Add missing translation to the gas customization component.
Diffstat (limited to 'ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js b/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
index 25abdd997..47864fcab 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
+++ b/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
@@ -1,6 +1,6 @@
import React from 'react'
import assert from 'assert'
-import { shallow } from 'enzyme'
+import shallow from '../../../../../../lib/shallow-with-context'
import BasicTabContent from '../basic-tab-content.component'
import GasPriceButtonGroup from '../../../gas-price-button-group/'