difftreelog
fix yarn fix
in: master
1 file changed
tests/src/governance/init.test.tsdiffbeforeafterboth65 });65 });666667 itSub('Initialize Governance', async ({helper}) => {67 itSub('Initialize Governance', async ({helper}) => {68 const promoteFellow = (fellow: string, promotionsNum: number) => {68 const promoteFellow = (fellow: string, promotionsNum: number) => new Array(promotionsNum).fill(helper.fellowship.collective.promoteCall(fellow));69 return new Array(promotionsNum).fill(helper.fellowship.collective.promoteCall(fellow));70 };716972 const expectFellowRank = async (fellow: string, expectedRank: number) => {70 const expectFellowRank = async (fellow: string, expectedRank: number) => {73 expect(await helper.fellowship.collective.getMemberRank(fellow)).to.be.equal(expectedRank);71 expect(await helper.fellowship.collective.getMemberRank(fellow)).to.be.equal(expectedRank);