Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Feb 17, 2022
1 parent 5a9f857 commit 1a6a9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/StakePrizePool.test.js
Expand Up @@ -93,8 +93,8 @@ describe('StakePrizePool', function() {

it('should fail to initialize StakePrizePool if stakeToken is address zero', async () => {
await expect(
initializeStakePrizePool(ethers.constants.AddressZero),
).to.be.revertedWith(prizePool, 'StakePrizePool/stake-token-not-zero-address')
initializeStakePrizePool(ethers.constants.AddressZero)
).to.be.revertedWith('StakePrizePool/stake-token-not-zero-address')
})
})

Expand Down

0 comments on commit 1a6a9dc

Please sign in to comment.