Order artists returned by index in test.

This commit is contained in:
EdwardDowling
2019-06-01 16:16:01 +01:00
parent c6ca1a1475
commit 30d7106bf6

View File

@@ -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"
}
]
}
] ]
} }
} }