refactor!: kill basic manager (#19512)

This commit is contained in:
Julien Robert
2024-02-22 14:44:49 +00:00
committed by GitHub
parent d1d3bf0620
commit b304cf7556
170 changed files with 1629 additions and 2324 deletions
+2 -2
View File
@@ -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)