mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix lint errors
This commit is contained in:
parent
73c4647783
commit
edc4e83e58
@ -184,7 +184,7 @@ describe('Router unit test', () => {
|
|||||||
|
|
||||||
const erc20Token2Address = txReceipt2.events.TokenCreated.returnValues.newTokenAddress
|
const erc20Token2Address = txReceipt2.events.TokenCreated.returnValues.newTokenAddress
|
||||||
const pool2 = txReceipt2.events.NewPool.returnValues.poolAddress
|
const pool2 = txReceipt2.events.NewPool.returnValues.poolAddress
|
||||||
|
|
||||||
// user1 has no dt1
|
// user1 has no dt1
|
||||||
expect(await balance(web3, erc20TokenAddress, user1)).to.equal('0')
|
expect(await balance(web3, erc20TokenAddress, user1)).to.equal('0')
|
||||||
// user1 has no dt2
|
// user1 has no dt2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user