From ece4f343e22012de8d7cbbd37afe5d18a4e9dd0b Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 26 Jan 2017 13:02:18 -0500 Subject: [PATCH] Fix broken test --- .../Kitsu/animeListItemAfterTransform.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/tests/test_data/Kitsu/animeListItemAfterTransform.json b/tests/test_data/Kitsu/animeListItemAfterTransform.json index feae9e8d..fddd2a4a 100644 --- a/tests/test_data/Kitsu/animeListItemAfterTransform.json +++ b/tests/test_data/Kitsu/animeListItemAfterTransform.json @@ -1 +1,30 @@ -{"id":"15839442","mal_id":"33206","episodes":{"watched":0,"total":"-","length":null},"airing":{"status":"Currently Airing","started":"2017-01-12","ended":null},"anime":{"age_rating":null,"titles":["Kobayashi-san Chi no Maid Dragon","Miss Kobayashi's Dragon Maid","\u5c0f\u6797\u3055\u3093\u3061\u306e\u30e1\u30a4\u30c9\u30e9\u30b4\u30f3"],"slug":"kobayashi-san-chi-no-maid-dragon","type":"TV","image":"https:\/\/media.kitsu.io\/anime\/poster_images\/12243\/small.jpg?1481144116","genres":["Comedy","Fantasy","Slice of Life"],"streaming_links":[]},"watching_status":"current","notes":null,"rewatching":false,"rewatched":0,"user_rating":"-","private":false} \ No newline at end of file +{ + "id": "15839442", + "mal_id": "33206", + "episodes": { + "watched": 0, + "total": "-", + "length": null + }, + "airing": { + "status": "Currently Airing", + "started": "2017-01-12", + "ended": null + }, + "anime": { + "age_rating": null, + "title": "Kobayashi-san Chi no Maid Dragon", + "titles": ["Kobayashi-san Chi no Maid Dragon", "Miss Kobayashi's Dragon Maid", "\u5c0f\u6797\u3055\u3093\u3061\u306e\u30e1\u30a4\u30c9\u30e9\u30b4\u30f3"], + "slug": "kobayashi-san-chi-no-maid-dragon", + "type": "TV", + "image": "https:\/\/media.kitsu.io\/anime\/poster_images\/12243\/small.jpg?1481144116", + "genres": ["Comedy", "Fantasy", "Slice of Life"], + "streaming_links": [] + }, + "watching_status": "current", + "notes": null, + "rewatching": false, + "rewatched": 0, + "user_rating": "-", + "private": false +} \ No newline at end of file