File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ describe('Rewards', () => {
611
611
const receipt = await tx . wait ( )
612
612
const event = rewardsManager . interface . parseLog ( receipt . logs [ 1 ] ) . args
613
613
expect ( event . indexer ) . eq ( indexer1 . address )
614
- expect ( event . allocationID1 ) . eq ( allocationID1 )
614
+ expect ( event . allocationID ) . eq ( allocationID1 )
615
615
expect ( event . epoch ) . eq ( await epochManager . currentEpoch ( ) )
616
616
expect ( toRound ( event . amount ) ) . eq ( toRound ( expectedIndexingRewards ) )
617
617
@@ -670,7 +670,7 @@ describe('Rewards', () => {
670
670
const receipt = await tx . wait ( )
671
671
const event = rewardsManager . interface . parseLog ( receipt . logs [ 1 ] ) . args
672
672
expect ( event . indexer ) . eq ( indexer1 . address )
673
- expect ( event . allocationID1 ) . eq ( allocationID1 )
673
+ expect ( event . allocationID ) . eq ( allocationID1 )
674
674
expect ( event . epoch ) . eq ( await epochManager . currentEpoch ( ) )
675
675
expect ( toRound ( event . amount ) ) . eq ( toRound ( expectedIndexingRewards ) )
676
676
You can’t perform that action at this time.
0 commit comments