Skip to content

Commit 06cd421

Browse files
committed
build: fix broken test due to rebase
1 parent c4f35e0 commit 06cd421

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/rewards/rewards.test.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('Rewards', () => {
3535
let curator2: Account
3636
let indexer1: Account
3737
let indexer2: Account
38+
let assetHolder: Account
3839
let oracle: Account
3940

4041
let fixture: NetworkFixture
@@ -465,13 +466,7 @@ describe('Rewards', () => {
465466
await staking.connect(indexer1.signer).stake(tokensToAllocate)
466467
await staking
467468
.connect(indexer1.signer)
468-
.allocate(
469-
subgraphDeploymentID1,
470-
tokensToAllocate,
471-
channelPubKey,
472-
assetHolder.address,
473-
metadata,
474-
)
469+
.allocate(subgraphDeploymentID1, tokensToAllocate, allocationID, metadata)
475470
}
476471

477472
async function setupIndexerAllocationWithDelegation(

0 commit comments

Comments
 (0)