@0x/contracts-staking
: Remove duplicated test case in MixinStakeBalances
unit tests.
This commit is contained in:
parent
49c67fbb18
commit
a02892cbc8
@ -138,11 +138,6 @@ blockchainTests.resets('MixinStakeBalances unit tests', env => {
|
||||
expect(balance).to.deep.eq(EMPTY_BALANCE);
|
||||
});
|
||||
|
||||
it('returns empty undelegated stake for an unstaked owner', async () => {
|
||||
const balance = await testContract.getOwnerStakeByStatus.callAsync(notStaker, StakeStatus.Undelegated);
|
||||
expect(balance).to.deep.eq(EMPTY_BALANCE);
|
||||
});
|
||||
|
||||
it('returns undelegated stake for a staked owner', async () => {
|
||||
const balance = await testContract.getOwnerStakeByStatus.callAsync(staker, StakeStatus.Undelegated);
|
||||
expect(balance).to.deep.eq(toCurrentBalance(undelegatedStake));
|
||||
|
Loading…
x
Reference in New Issue
Block a user