Skip to content

Commit 36b81e3

Browse files
committed
fix: delegation withdraw test and typo in subgraph test name
1 parent 0f5ba68 commit 36b81e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/horizon/test/staking/delegation/withdraw.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ contract HorizonStakingWithdrawDelegationTest is HorizonStakingTest {
208208
useDelegation(delegationAmount)
209209
{
210210
vm.assume(beneficiary != address(0));
211+
vm.assume(beneficiary != users.delegator);
211212

212213
// Delegator undelegates to beneficiary
213214
resetPrank(users.delegator);

packages/subgraph-service/test/subgraphService/collect/query/query.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ contract SubgraphServiceRegisterTest is SubgraphServiceTest {
7171
* TESTS
7272
*/
7373

74-
function testCollect_QueryFees_ONLY_THIS(
74+
function testCollect_QueryFees(
7575
uint256 tokensAllocated,
7676
uint256 tokensPayment
7777
) public useIndexer useAllocation(tokensAllocated) {

0 commit comments

Comments
 (0)