refactor(types,client)!: refactor global address sdk.Config (#18372)

This commit is contained in:
Carlos Santiago Yanzon
2023-11-29 16:24:10 +00:00
committed by GitHub
parent 189c9b277a
commit a37f4165f8
17 changed files with 26 additions and 90 deletions
+1 -3
View File
@@ -83,9 +83,7 @@ func TestQueryAppConfig(t *testing.T) {
// has all expected modules
for _, modName := range []string{"auth", "bank", "tx", "consensus", "runtime", "staking"} {
modConfig := moduleConfigs[modName]
if modConfig == nil {
t.Fatalf("missing %s", modName)
}
assert.Assert(t, modConfig != nil)
assert.Assert(t, modConfig.Config != nil)
}
}