We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20f8e3 commit ef19c05Copy full SHA for ef19c05
test/Staking.test.ts
@@ -837,7 +837,7 @@ describe('Staking Contract', () => {
837
838
// Exact boundary tests for era progress window
839
describe('Era Window Boundary Tests', () => {
840
- it.only('should delegate instant before 70% and pending after 70% era boundary', async () => {
+ it('should delegate instant before 70% and pending after 70% era boundary', async () => {
841
const delegateAmount = etherParse('300');
842
await token.connect(delegator).approve(staking.address, delegateAmount.mul(2));
843
0 commit comments