Skip to content

Commit 341e293

Browse files
committed
Formatting
1 parent c25c5cf commit 341e293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/capacity/staking.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('Capacity Staking Tests', function () {
3535
describe('scenario: user staking, unstaking, and withdraw-unstaked', function () {
3636
let stakeKeys: KeyringPair;
3737
let stakeProviderId: u64;
38+
3839
before(async function () {
3940
stakeKeys = createKeys('StakeKeys');
4041
stakeProviderId = await createMsaAndProvider(fundingSource, stakeKeys, 'StakeProvider', accountBalance);
@@ -117,6 +118,7 @@ describe('Capacity Staking Tests', function () {
117118

118119
trackedFrozenBalance -= tokenMinStake;
119120
});
121+
120122
describe('when staking to multiple times', function () {
121123
describe('and targeting same provider', function () {
122124
it('successfully increases the amount that was targeted to provider', async function () {

0 commit comments

Comments
 (0)