difftreelog
fix limit enum name
in: master
1 file changed
tests/src/eth/collectionLimits.test.tsdiffbeforeafterboth102 // Cannot set non-existing limit102 // Cannot set non-existing limit103 await expect(collectionEvm.methods103 await expect(collectionEvm.methods104 .setCollectionLimit({field: 9, value: {status: true, value: 1}})104 .setCollectionLimit({field: 9, value: {status: true, value: 1}})105 .call()).to.be.rejectedWith('Returned error: VM Exception while processing transaction: revert Value not convertible into enum "CollectionLimits"');105 .call()).to.be.rejectedWith('Returned error: VM Exception while processing transaction: revert Value not convertible into enum "CollectionLimitField"');106106107 // Cannot disable limits107 // Cannot disable limits108 await expect(collectionEvm.methods108 await expect(collectionEvm.methods