Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit d0f7dd6

Browse files
committed
Fixed failing test
1 parent 0b36812 commit d0f7dd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

solidity/test/KeepBondingTest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ contract("KeepBonding", (accounts) => {
204204

205205
beforeEach(async () => {
206206
await keepBonding.deposit(operator, {value: value})
207+
await tokenStaking.setBeneficiary(operator, beneficiary)
207208

208209
managedGrant = await ManagedGrant.new(managedGrantee)
209210
await tokenGrant.setGranteeOperator(managedGrant.address, operator)

0 commit comments

Comments
 (0)