Skip to content

Commit

Permalink
tests: update unittest helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Mar 5, 2024
1 parent 207ce4a commit 76999af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testutil/keeper/unit_test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func NewMockedKeepers(ctrl *gomock.Controller) MockedKeepers {
MockIBCTransferKeeper: NewMockIBCTransferKeeper(ctrl),
MockIBCCoreKeeper: NewMockIBCCoreKeeper(ctrl),
MockDistributionKeeper: NewMockDistributionKeeper(ctrl),
// MockGovKeeper: NewMockGovKeeper(ctrl),
}
}

Expand Down

0 comments on commit 76999af

Please sign in to comment.