File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
horizon/test/staking/delegation
subgraph-service/test/subgraphService/collect/query Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ contract HorizonStakingWithdrawDelegationTest is HorizonStakingTest {
208
208
useDelegation (delegationAmount)
209
209
{
210
210
vm.assume (beneficiary != address (0 ));
211
+ vm.assume (beneficiary != users.delegator);
211
212
212
213
// Delegator undelegates to beneficiary
213
214
resetPrank (users.delegator);
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ contract SubgraphServiceRegisterTest is SubgraphServiceTest {
71
71
* TESTS
72
72
*/
73
73
74
- function testCollect_QueryFees_ONLY_THIS (
74
+ function testCollect_QueryFees (
75
75
uint256 tokensAllocated ,
76
76
uint256 tokensPayment
77
77
) public useIndexer useAllocation (tokensAllocated) {
You can’t perform that action at this time.
0 commit comments