Skip to content

Commit aefc65d

Browse files
SidestreamCrunchyCarrotyondonfu
authored andcommitted
apply prettier
1 parent facf129 commit aefc65d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

test/unit/BondingManager.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,9 +3958,7 @@ describe("BondingManager", () => {
39583958

39593959
// Not possible to rebond before reward call
39603960
await expect(
3961-
bondingManager
3962-
.connect(delegator)
3963-
.rebond(unbondingLockID)
3961+
bondingManager.connect(delegator).rebond(unbondingLockID)
39643962
).to.be.revertedWith(
39653963
"transcoder has not yet called reward for the current round"
39663964
)
@@ -3976,9 +3974,7 @@ describe("BondingManager", () => {
39763974

39773975
// Should not fail anymore after reward call
39783976
await bondingManager.connect(transcoder).reward()
3979-
await bondingManager
3980-
.connect(delegator)
3981-
.rebond(unbondingLockID)
3977+
await bondingManager.connect(delegator).rebond(unbondingLockID)
39823978
await bondingManager
39833979
.connect(transcoder)
39843980
.bond(1000, transcoder.address)

0 commit comments

Comments
 (0)