Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Jan 16, 2025
1 parent 1c90d16 commit b386f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/validator_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ func CompleteEndDelegation(
) *types.Receipt {
abi, err := iposvalidatormanager.IPoSValidatorManagerMetaData.GetAbi()
Expect(err).Should(BeNil())
callData, err := abi.Pack("completeEndDelegation", delegationID, uint32(0))
callData, err := abi.Pack("completeDelegatorRemoval", delegationID, uint32(0))
Expect(err).Should(BeNil())
return CallWarpReceiver(
ctx,
Expand Down

0 comments on commit b386f44

Please sign in to comment.