mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15:47 +00:00
readded }
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
711e8589a3
commit
ea6d9274bf
@ -45,7 +45,8 @@ func TestGetAssetByPubKeys(t *testing.T) {
|
||||
_ = createNAsset(keeper, ctx, 10)
|
||||
assets, found := keeper.GetCidsByAddress(ctx, "plmnt_address")
|
||||
assert.True(t, found)
|
||||
assert.Equal(t, len(assets), 1) // TODO: just for HF: before 5
|
||||
assert.Equal(t, len(assets), 1) // TODO: just for HF: before 5
|
||||
assets, found = keeper.GetCidsByAddress(ctx, "plmnt_address1")
|
||||
assert.True(t, found)
|
||||
assert.Equal(t, len(assets), 1) // TODO: just for HF: before 5
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user