Skip to content

Commit

Permalink
Remove exclusive mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledewy authored and shark0der committed May 4, 2023
1 parent d928ea2 commit 62c1c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/StakingPool/processExpirations.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ describe('processExpirations', function () {
);
});

it.only('expires buckets updating rewards per second and lastAccNxmUpdate', async function () {
it('expires buckets updating rewards per second and lastAccNxmUpdate', async function () {
const { stakingPool } = this;
const {
members: [user],
Expand Down Expand Up @@ -433,7 +433,7 @@ describe('processExpirations', function () {
expect(firstActiveBucketIdAfter).to.equal(newCurrentBucket);
});

it.only('updates accNxmPerRewardsShare and lastAccNxmUpdate up to date when forced by param', async function () {
it('updates accNxmPerRewardsShare and lastAccNxmUpdate up to date when forced by param', async function () {
const { stakingPool } = this;
const {
members: [user],
Expand Down

0 comments on commit 62c1c74

Please sign in to comment.