1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove duplication

This commit is contained in:
Bogdan Fazakas 2022-08-12 09:17:35 +03:00
parent f6c03fce27
commit 163735335f

View File

@ -158,8 +158,6 @@ describe('SideStaking unit test', () => {
datatoken = txReceipt.events.TokenCreated.returnValues.newTokenAddress
poolAddress = txReceipt.events.NewPool.returnValues.poolAddress
// user1 has no dt1
expect(await datatokenContract.methods.balanceOf(user1).call()).to.equal('0')
// user1 has no dt1
expect(await balance(web3, datatoken, user1)).to.equal('0')
})