Clean up test suite #111

Closed
roysc wants to merge 7 commits from roy/qol-improvements into main
Showing only changes of commit d82c676777 - Show all commits

View File

@ -389,7 +389,7 @@ func (k Keeper) GetAttributeMapping(ctx sdk.Context, key []byte) ([]string, erro
store := ctx.KVStore(k.storeKey) store := ctx.KVStore(k.storeKey)
if !store.Has(key) { if !store.Has(key) {
return nil, fmt.Errorf("store doesn't have key") return nil, nil
} }
var recordIds []string var recordIds []string