Skip to content

Commit

Permalink
Update test/prize-pool/PrizePool.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pierrick Turelier <pierrick@turelier.com>
  • Loading branch information
kamescg and PierrickGT committed Sep 30, 2021
1 parent 4575b3f commit 5128297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prize-pool/PrizePool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ describe('PrizePool', function () {
// Internal Functions ------------------------
/*============================================ */
describe('Internal Functions', () => {
it('should get the curren block.timestamp', async () => {
it('should get the current block.timestamp', async () => {
const timenow = (await ethers.provider.getBlock('latest')).timestamp
expect(await prizePool.internalCurrentTime())
.to.equal(timenow);
Expand Down

0 comments on commit 5128297

Please sign in to comment.