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 J Miller <danjm.com@gmail.com>2018-12-13 01:08:11 +0800
committerGitHub <noreply@github.com>2018-12-13 01:08:11 +0800
commit970bdebb863388b862c51ff46fb7b83875080746 (patch)
treef0531c748a4717e689d0b5e5c2207a2b77803ec7 /ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/tests/basic-tab-content-component.test.js
parentea5eb855e874edfad1824febe8a2180d694b5a99 (diff)
parent66f7102c060f89d08e5997de4c318267e9b1357c (diff)
downloadtangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.gz
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.tar.zst
tangerine-wallet-browser-970bdebb863388b862c51ff46fb7b83875080746.zip
Merge pull request #5919 from MetaMask/gas-customization-fixes
Fix some styling and translations in the gas customization modal
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/'