Skip to content

Commit ef19c05

Browse files
committed
remove .only from Staking.test.ts
1 parent a20f8e3 commit ef19c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Staking.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ describe('Staking Contract', () => {
837837

838838
// Exact boundary tests for era progress window
839839
describe('Era Window Boundary Tests', () => {
840-
it.only('should delegate instant before 70% and pending after 70% era boundary', async () => {
840+
it('should delegate instant before 70% and pending after 70% era boundary', async () => {
841841
const delegateAmount = etherParse('300');
842842
await token.connect(delegator).approve(staking.address, delegateAmount.mul(2));
843843

0 commit comments

Comments
 (0)