Skip to content

Commit

Permalink
provider: regenerate mocks without EvidenceKeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Oct 13, 2023
1 parent 44caa0b commit 2e7f946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
25 changes: 1 addition & 24 deletions testutil/keeper/mocks.go

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

3 changes: 0 additions & 3 deletions testutil/keeper/unit_test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ type MockedKeepers struct {
*MockBankKeeper
*MockIBCTransferKeeper
*MockIBCCoreKeeper
*MockEvidenceKeeper
*MockDistributionKeeper
}

Expand All @@ -109,7 +108,6 @@ func NewMockedKeepers(ctrl *gomock.Controller) MockedKeepers {
MockBankKeeper: NewMockBankKeeper(ctrl),
MockIBCTransferKeeper: NewMockIBCTransferKeeper(ctrl),
MockIBCCoreKeeper: NewMockIBCCoreKeeper(ctrl),
MockEvidenceKeeper: NewMockEvidenceKeeper(ctrl),
MockDistributionKeeper: NewMockDistributionKeeper(ctrl),
}
}
Expand All @@ -128,7 +126,6 @@ func NewInMemProviderKeeper(params InMemKeeperParams, mocks MockedKeepers) provi
mocks.MockStakingKeeper,
mocks.MockSlashingKeeper,
mocks.MockAccountKeeper,
mocks.MockEvidenceKeeper,
mocks.MockDistributionKeeper,
mocks.MockBankKeeper,
authtypes.FeeCollectorName,
Expand Down

0 comments on commit 2e7f946

Please sign in to comment.