-
Notifications
You must be signed in to change notification settings - Fork 66
fix enroll #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix enroll #241
Conversation
test/integration/index.js
Outdated
|
||
|
||
describe.skip('INTEGRATION TESTS', function () { | ||
describe.only('INTEGRATION TESTS', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgotten .only
|
||
await enrollMember(this.contracts, ethersAccounts.members, ethersAccounts.defaultSender); | ||
|
||
const DEFAULT_POOL_FEE = '5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you check to see if your editor is using our .eslintrc
? It's best to avoid unnecessary changes in the future when someone will auto-fix this on save.
this.contractType = contractType; | ||
|
||
const signers = await ethers.getSigners(); | ||
this.withEthers = web3ToEthers(this, signers); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also have this line on :481
No description provided.