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