mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve test name
This commit is contained in:
parent
fadc0617df
commit
65c00e9fbb
@ -72,7 +72,7 @@ describe('PendingBalanceCalculator', function () {
|
|||||||
balanceCalculator = generateBalanceCalcWith(pendingTxs, etherBn)
|
balanceCalculator = generateBalanceCalcWith(pendingTxs, etherBn)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('returns the network balance', async function () {
|
it('returns the subtracted result', async function () {
|
||||||
const result = await balanceCalculator.getBalance()
|
const result = await balanceCalculator.getBalance()
|
||||||
assert.equal(result, '0x0', `gave ${result} needed '0x0'`)
|
assert.equal(result, '0x0', `gave ${result} needed '0x0'`)
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user