1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Finish test description

This commit is contained in:
Thomas 2019-11-21 17:21:24 -08:00
parent d84b16a784
commit 4736e3ed87

View File

@ -294,7 +294,7 @@ describe('Send Component', function () {
) )
}) })
it('should call updateGas when ', () => { it('should call updateGas when selectedToken.address is changed', () => {
SendTransactionScreen.prototype.updateGas.resetHistory() SendTransactionScreen.prototype.updateGas.resetHistory()
propsMethodSpies.updateAndSetGasLimit.resetHistory() propsMethodSpies.updateAndSetGasLimit.resetHistory()
wrapper.instance().componentDidUpdate({ wrapper.instance().componentDidUpdate({