Skip to content

Commit

Permalink
test: fix test utils for staking
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurist-85 authored and kioqq committed Sep 3, 2024
1 parent 189ab3e commit 9c4e2e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/staking/keeper/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package keeper_test

import (
"errors"
"time"

sdk "github.com/cosmos/cosmos-sdk/types"

Expand Down Expand Up @@ -34,7 +33,7 @@ func setupClawbackVestingAccount(ctx sdk.Context, nw *network.UnitTestNetwork, v
msgConv := types.NewMsgConvertIntoVestingAccount(
funderAcc,
vestingAcc,
time.Now(),
ctx.BlockTime(),
testutil.TestVestingSchedule.LockupPeriods,
testutil.TestVestingSchedule.VestingPeriods,
true, false, nil,
Expand Down

0 comments on commit 9c4e2e5

Please sign in to comment.