@@ -675,7 +675,7 @@ describe('Rewards', () => {
675675 // Close allocation. At this point rewards should be collected for that indexer
676676 const tx = staking . connect ( indexer1 ) . closeAllocation ( allocationID1 , randomHexBytes ( ) )
677677 await expect ( tx )
678- . emit ( rewardsManager , 'RewardsAssigned ' )
678+ . emit ( rewardsManager , 'HorizonRewardsAssigned ' )
679679 . withArgs ( indexer1 . address , allocationID1 , toBN ( 0 ) )
680680 } )
681681
@@ -693,7 +693,7 @@ describe('Rewards', () => {
693693 // Close allocation. At this point rewards should be collected for that indexer
694694 const tx = staking . connect ( indexer1 ) . closeAllocation ( allocationID1 , randomHexBytes ( ) )
695695 await expect ( tx )
696- . emit ( rewardsManager , 'RewardsAssigned ' )
696+ . emit ( rewardsManager , 'HorizonRewardsAssigned ' )
697697 . withArgs ( indexer1 . address , allocationID1 , toBN ( 0 ) )
698698 } )
699699
@@ -710,7 +710,7 @@ describe('Rewards', () => {
710710 const tx = staking . connect ( indexer1 ) . closeAllocation ( allocationID1 , randomHexBytes ( ) )
711711
712712 await expect ( tx )
713- . emit ( rewardsManager , 'RewardsAssigned ' )
713+ . emit ( rewardsManager , 'HorizonRewardsAssigned ' )
714714 . withArgs ( indexer1 . address , allocationID1 , toBN ( 0 ) )
715715 } )
716716
0 commit comments