Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jan 22, 2024
1 parent c336768 commit 12af738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v15/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestClawbackVestingFunds(t *testing.T) {

// create continuous vesting account
origCoins := sdk.NewCoins(sdk.NewInt64Coin(bondDenom, 100))
addr := sdk.AccAddress([]byte("addr1_______________"))
addr := sdk.AccAddress([]byte("cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498"))

vestingAccount := vesting.NewContinuousVestingAccount(
authtypes.NewBaseAccountWithAddress(addr),
Expand Down Expand Up @@ -255,7 +255,7 @@ func TestClawbackVestingFunds(t *testing.T) {
true)
require.NoError(t, err)

newAddr := sdk.AccAddress([]byte("addr2_______________"))
newAddr := sdk.AccAddress([]byte("cosmos1qqp9myctmh8mh2y7gynlsnw4y2wz3s3089dak6"))
err = bankKeeper.SendCoins(
ctx,
addr,
Expand Down

0 comments on commit 12af738

Please sign in to comment.