Skip to content

Commit

Permalink
Update project-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 authored Sep 22, 2021
1 parent db21d2c commit 14df8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/12-token-crowdfund/test/project-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Project contract', function () {
let donator2

beforeEach(async function () {
[creator, donator1, donator2] = await ethers.getSigners()
;[creator, donator1, donator2] = await ethers.getSigners()
projectContractFactory = await ethers.getContractFactory('Project')
const expiretime = parseInt(new Date().getTime() / 1000) + 7 * 24 * 60 * 60 // 项目时间设为7天

Expand Down

0 comments on commit 14df8c4

Please sign in to comment.