Order artists returned by index in test.
This commit is contained in:
@@ -4,6 +4,15 @@
|
|||||||
"version": "1.9.0",
|
"version": "1.9.0",
|
||||||
"artists": {
|
"artists": {
|
||||||
"index": [
|
"index": [
|
||||||
|
{
|
||||||
|
"name": "#",
|
||||||
|
"artist": [
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"name": "13th Floor Elevators"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"name": "A",
|
"name": "A",
|
||||||
"artist": [
|
"artist": [
|
||||||
@@ -17,15 +26,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "#",
|
|
||||||
"artist": [
|
|
||||||
{
|
|
||||||
"id": 2,
|
|
||||||
"name": "13th Floor Elevators"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user