From 3ced3c9b2ab75038163f82eb77fbf97ea78d2342 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 24 Oct 2018 22:23:12 -0230 Subject: Clean up for mmui-i11-custom-gas-price-chart branch --- .../tests/gas-modal-page-container-container.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components/gas-customization/gas-modal-page-container/tests') diff --git a/ui/app/components/gas-customization/gas-modal-page-container/tests/gas-modal-page-container-container.test.js b/ui/app/components/gas-customization/gas-modal-page-container/tests/gas-modal-page-container-container.test.js index 2170c242d..54fbfb66c 100644 --- a/ui/app/components/gas-customization/gas-modal-page-container/tests/gas-modal-page-container-container.test.js +++ b/ui/app/components/gas-customization/gas-modal-page-container/tests/gas-modal-page-container-container.test.js @@ -107,7 +107,7 @@ describe('gas-modal-page-container container', () => { estimatedTimes: ['31', '62', '93', '124'], estimatedTimesMax: '31', gasPrices: [3, 4, 5, 6], - gasPricesMax: 7, + gasPricesMax: 6, }, gasPriceButtonGroupProps: { buttonDataLoading: 'mockBasicGasEstimateLoadingStatus:4', -- cgit