mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
uncomment assert
This commit is contained in:
parent
32b713a35b
commit
d73790d775
@ -99,7 +99,7 @@ describe('Datatoken', () => {
|
||||
})
|
||||
|
||||
it('#mint - should fail to mint DT20, if NOT Minter', async () => {
|
||||
// assert((await datatoken.getDTPermissions(datatokenAddress, user1)).minter === false)
|
||||
assert((await datatoken.getDTPermissions(datatokenAddress, user1)).minter === false)
|
||||
try {
|
||||
await datatoken.mint(datatokenAddress, user1, DATATOKENS_AMOUNT, user1)
|
||||
assert(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user