Improve test name

This commit is contained in:
Dan Finlay 2017-09-07 12:53:30 -07:00
parent fadc0617df
commit 65c00e9fbb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ describe('PendingBalanceCalculator', function () {
balanceCalculator = generateBalanceCalcWith(pendingTxs, etherBn)
})
it('returns the network balance', async function () {
it('returns the subtracted result', async function () {
const result = await balanceCalculator.getBalance()
assert.equal(result, '0x0', `gave ${result} needed '0x0'`)
return true