Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Fix test call to setExteriorAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
liamzebedee committed Oct 6, 2019
1 parent 30cac71 commit 6e433f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation/test/integration/UniswapTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ integration('Uniswap', (accounts) => {

await tbtcSystem.reinitialize(uniswapExchangeAddress)

deposit.setExteroriorAddresses(tbtcSystem.address, tbtcToken.address, deployed.ECDSAKeepStub.address)
deposit.setExteriorAddresses(tbtcSystem.address, tbtcToken.address, deployed.ECDSAKeepStub.address)
tbtcSystem.forceMint(accounts[0], web3.utils.toBN(deposit.address))

// Helpers
Expand Down

0 comments on commit 6e433f6

Please sign in to comment.