Skip to content

Commit

Permalink
Updated unit test for StakingV2
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Oct 26, 2024
1 parent 0607ba2 commit d72f5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/v2/unit/StakingV2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ describe('@v2 @unit StakingV2 contract', function () {
expect(await StakingV2.name()).to.equal('Staking');
});

it('The contract is version "2.2.0"', async () => {
expect(await StakingV2.version()).to.equal('2.2.0');
it('The contract is version "2.3.0"', async () => {
expect(await StakingV2.version()).to.equal('2.3.0');
});

it('Non-Contract should not be able to setTotalStake; expect to fail', async () => {
Expand Down

0 comments on commit d72f5fc

Please sign in to comment.