Make app keepers public (#951)
* use ecosystem convention for keeper names in app.go * fix linting * Revert variable renaming * Deprecate attribute access helper * Formatting only * Replace usage of deprecated test helper * Address linter report Co-authored-by: faddat <jacobgadikian@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ func TestBlockedAddrs(t *testing.T) {
|
||||
|
||||
for acc := range maccPerms {
|
||||
t.Run(acc, func(t *testing.T) {
|
||||
require.True(t, gapp.bankKeeper.BlockedAddr(gapp.accountKeeper.GetModuleAddress(acc)),
|
||||
require.True(t, gapp.BankKeeper.BlockedAddr(gapp.AccountKeeper.GetModuleAddress(acc)),
|
||||
"ensure that blocked addresses are properly set in bank keeper",
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user