Skip to content

Commit cfeebc1

Browse files
author
Beau Shinkle
committed
npm run lint:fix:js
1 parent b8fd7c8 commit cfeebc1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/sortitionPoolTest.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,9 @@ describe("SortitionPool", () => {
268268
const amount = await pool
269269
.connect(owner)
270270
.callStatic.withdrawRewards(operatorAddress, beneficiaryAddress)
271-
await pool.connect(owner).withdrawRewards(operatorAddress, beneficiaryAddress)
271+
await pool
272+
.connect(owner)
273+
.withdrawRewards(operatorAddress, beneficiaryAddress)
272274
return amount
273275
}
274276

0 commit comments

Comments
 (0)