mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Fix prop types for GasPriceChart tests (#7836)
This commit is contained in:
parent
e642314ae4
commit
dcf8eb2187
@ -51,7 +51,7 @@ const testProps = {
|
||||
gasPrices: [1.5, 2.5, 4, 8],
|
||||
estimatedTimes: [100, 80, 40, 10],
|
||||
gasPricesMax: 9,
|
||||
estimatedTimesMax: '100',
|
||||
estimatedTimesMax: 100,
|
||||
currentPrice: 6,
|
||||
updateCustomGasPrice: propsMethodSpies.updateCustomGasPrice,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user