Skip to content

Commit

Permalink
Add required props for Send component tests (#7821)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored Jan 14, 2020
1 parent 00da0d2 commit ab7500a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/app/pages/send/tests/send-component.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ describe('Send Component', function () {
tokenBalance="mockTokenBalance"
tokenContract={{ method: 'mockTokenMethod' }}
updateAndSetGasLimit={propsMethodSpies.updateAndSetGasLimit}
qrCodeDetected={() => {}}
scanQrCode={() => {}}
updateSendEnsResolution={() => {}}
updateSendEnsResolutionError={() => {}}
updateSendErrors={propsMethodSpies.updateSendErrors}
updateSendTo={() => {}}
updateSendTokenBalance={propsMethodSpies.updateSendTokenBalance}
resetSendState={propsMethodSpies.resetSendState}
updateToNicknameIfNecessary={propsMethodSpies.updateToNicknameIfNecessary}
Expand Down

0 comments on commit ab7500a

Please sign in to comment.