refactor(types,client)!: refactor global address sdk.Config (#18372)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user