Skip to content

Commit 61e7150

Browse files
committed
fix CI linter
1 parent a217ac1 commit 61e7150

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/staking/inflation.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ given('astar')('Reward payouts based on inflation (decayed)', async ({ networks:
1414
// Scenario 1: baseline, no decay
1515
// new parameter on version 2
1616
if (palletVersion >= 2) {
17-
config.decayRate = 1_000_000_000_000_000_000n; // 100%
18-
config.decayFactor = 1_000_000_000_000_000_000n; // 100%
17+
config.decayRate = 1_000_000_000_000_000_000n // 100%
18+
config.decayFactor = 1_000_000_000_000_000_000n // 100%
1919
}
2020

2121
await astar.dev.setStorage({
@@ -24,8 +24,8 @@ given('astar')('Reward payouts based on inflation (decayed)', async ({ networks:
2424
},
2525
inflation: {
2626
activeInflationConfig: config,
27-
}
28-
});
27+
},
28+
})
2929

3030
await advanceNextEra()
3131

0 commit comments

Comments
 (0)