Skip to content

Commit

Permalink
fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jul 10, 2024
1 parent f7b265c commit c1deb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/gov/testutil/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type BankKeeper interface {

// PoolKeeper extends the gov's actual expected PoolKeeper.
type PoolKeeper interface {
FundCommunityPool(ctx context.Context, amount sdk.Coins, sender sdk.AccAddress) error
FundCommunityPool(ctx context.Context, amount sdk.Coins, sender []byte) error
}

// StakingKeeper extends gov's actual expected StakingKeeper with additional
Expand Down
2 changes: 1 addition & 1 deletion x/gov/testutil/expected_keepers_mocks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1deb95

Please sign in to comment.