refactor!: kill basic manager (#19512)
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
// TestRandomizedGenState tests the normal scenario of applying RandomizedGenState.
|
||||
// Abonormal scenarios are not tested here.
|
||||
func TestRandomizedGenState(t *testing.T) {
|
||||
encCfg := moduletestutil.MakeTestEncodingConfig(mint.AppModuleBasic{})
|
||||
encCfg := moduletestutil.MakeTestEncodingConfig(mint.AppModule{})
|
||||
|
||||
s := rand.NewSource(1)
|
||||
r := rand.New(s)
|
||||
@@ -60,7 +60,7 @@ func TestRandomizedGenState(t *testing.T) {
|
||||
|
||||
// TestRandomizedGenState tests abnormal scenarios of applying RandomizedGenState.
|
||||
func TestRandomizedGenState1(t *testing.T) {
|
||||
encCfg := moduletestutil.MakeTestEncodingConfig(mint.AppModuleBasic{})
|
||||
encCfg := moduletestutil.MakeTestEncodingConfig(mint.AppModule{})
|
||||
|
||||
s := rand.NewSource(1)
|
||||
r := rand.New(s)
|
||||
|
||||
Reference in New Issue
Block a user