Update Truffle and Solium (#1105)
* fixed visibility warnings * solved visibility and line length warning * change a test assertion that fails due to chai dependence update * linter, constructor style and solved visibility warnings * Changed Windows line endings to Unix.
This commit is contained in:
committed by
Nicolás Venturo
parent
9638ecd87a
commit
ca9e317259
@ -45,7 +45,7 @@ contract('HasNoEther', function (accounts) {
|
||||
const ownerFinalBalance = await ethGetBalance(accounts[0]);
|
||||
const finalBalance = await ethGetBalance(hasNoEther.address);
|
||||
assert.equal(finalBalance, 0);
|
||||
assert.isAbove(ownerFinalBalance, ownerStartBalance);
|
||||
assert.isTrue(ownerFinalBalance.greaterThan(ownerStartBalance));
|
||||
});
|
||||
|
||||
it('should allow only owner to reclaim ether', async function () {
|
||||
|
||||
Reference in New Issue
Block a user