removing trailing whitespace
This commit is contained in:
@ -32,7 +32,7 @@ contract('Mintable', function(accounts) {
|
||||
|
||||
let balance0 = await token.balanceOf(accounts[0]);
|
||||
assert(balance0, 100);
|
||||
|
||||
|
||||
let totalSupply = await token.totalSupply();
|
||||
assert(totalSupply, 100);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user