update handler tests

This commit is contained in:
sentriz
2019-06-10 17:06:41 +01:00
parent 266014da8b
commit 52d8c4aa3d
25 changed files with 950 additions and 757 deletions

View File

@@ -4,15 +4,22 @@
"version": "1.9.0",
"artist": {
"id": 3,
"name": "Anikas",
"name": "A Certain Ratio",
"album": [
{
"id": 11,
"coverArt": 11,
"id": 7,
"coverArt": 7,
"artistId": 3,
"artist": "Anikas",
"name": "Anika",
"created": "2019-06-06T16:38:39.31657693+01:00"
"artist": "A Certain Ratio",
"name": "The Graveyard and the Ballroom",
"created": "2019-06-10T17:06:26.003805335+01:00"
},
{
"id": 8,
"artistId": 3,
"artist": "A Certain Ratio",
"name": "To Each...",
"created": "2019-06-10T17:06:26.00810814+01:00"
}
]
}