readded }

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2024-05-28 14:43:43 +02:00
parent 711e8589a3
commit ea6d9274bf
No known key found for this signature in database

View File

@ -49,3 +49,4 @@ func TestGetAssetByPubKeys(t *testing.T) {
assets, found = keeper.GetCidsByAddress(ctx, "plmnt_address1")
assert.True(t, found)
assert.Equal(t, len(assets), 1) // TODO: just for HF: before 5
}