diff --git a/tests/integration/common.go b/tests/integration/common.go index 13488bd7e6..66fd79c6eb 100644 --- a/tests/integration/common.go +++ b/tests/integration/common.go @@ -373,7 +373,7 @@ func checkRedelegationEntryCompletionTime( func getStakingUnbondingDelegationEntry(ctx sdk.Context, k testutil.TestStakingKeeper, id uint64) (stakingUnbondingOp stakingtypes.UnbondingDelegationEntry, found bool) { stakingUbd, err := k.GetUnbondingDelegationByUnbondingID(ctx, id) if err != nil { - panic(fmt.Sprintf("could not get unbonding delegation", err)) + panic(fmt.Sprintf("could not get unbonding delegation: %v", err)) } found = false