Update docs for setting ERC20 decimals (#2629)

This commit is contained in:
Nader Dabit
2021-04-14 11:00:22 -05:00
committed by GitHub
parent f4898a2e3a
commit 3157aff844
2 changed files with 8 additions and 2 deletions

View File

@ -35,7 +35,7 @@ contract('ERC20', function (accounts) {
expect(await this.token.decimals()).to.be.bignumber.equal('18');
});
describe('_setupDecimals', function () {
describe('set decimals', function () {
const decimals = new BN(6);
it('can set decimals during construction', async function () {