Skip to content

Commit

Permalink
fixup! review: feedback improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Mar 22, 2024
1 parent e20e9c1 commit 7b28d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testutil/keeper/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ func ProofKeeper(t testing.TB) (keeper.Keeper, context.Context) {
// NewProofModuleKeepers is a helper function to create a proof keeper and a context. It uses
// real dependencies for all keepers except the bank keeper, which is mocked as it's not used
// directly by the proof keeper or its dependencies.
//
// TODO_CONSIDERATION: can we remove the bank keeper as a dependency of the proof keeper?
func NewProofModuleKeepers(t testing.TB, opts ...ProofKeepersOpt) (_ ProofModuleKeepers, ctx context.Context) {
t.Helper()

Expand Down

0 comments on commit 7b28d62

Please sign in to comment.