mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix transferFrom
This commit is contained in:
parent
3f933280d9
commit
67453da19d
@ -65,7 +65,7 @@ describe('DataTokens', () => {
|
||||
|
||||
it('#transferFrom', async () => {
|
||||
await datatoken.transferFrom(tokenAddress, spender, tokenAmount, minter)
|
||||
balance = await datatoken.balance(tokenAddress, spender)
|
||||
balance = await datatoken.balance(tokenAddress, minter)
|
||||
assert(balance.toString() === tokenAmount.toString())
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user