chore: set proto/cosmos/autocli to main (#23725)

This commit is contained in:
Alex | Interchain Labs
2025-02-21 13:39:12 -05:00
committed by GitHub
parent 2a338e032c
commit 1fda5b615c
55 changed files with 5673 additions and 197 deletions
+5 -1
View File
@@ -129,7 +129,11 @@ func createTestSuite(t *testing.T) suite {
depinject.Supply(sdklog.NewNopLogger()),
),
simtestutil.DefaultStartUpConfig(),
&res.AccountKeeper, &res.BankKeeper, &res.GovKeeper, &res.DistributionKeeper, &res.StakingKeeper,
&res.AccountKeeper,
&res.BankKeeper,
&res.GovKeeper,
&res.DistributionKeeper,
&res.StakingKeeper,
)
require.NoError(t, err)