forked from LBRYCommunity/lbry-sdk
53 lines
No EOL
1,019 B
JSON
53 lines
No EOL
1,019 B
JSON
{
|
|
"cases": [
|
|
{
|
|
"description": "sort by claim_id",
|
|
"results": [
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "ccc",
|
|
"nout": 0,
|
|
"txid": "fdsafa"
|
|
},
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "aaa",
|
|
"nout": 0,
|
|
"txid": "w5tv8uorgt"
|
|
},
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "bbb",
|
|
"nout": 0,
|
|
"txid": "aecfaewcfa"
|
|
}
|
|
],
|
|
"expected": [
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "aaa",
|
|
"nout": 0,
|
|
"txid": "w5tv8uorgt"
|
|
},
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "bbb",
|
|
"nout": 0,
|
|
"txid": "aecfaewcfa"
|
|
},
|
|
{
|
|
"height": 1,
|
|
"name": "res",
|
|
"claim_id": "ccc",
|
|
"nout": 0,
|
|
"txid": "fdsafa"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |