Skip to content

Commit

Permalink
fix(test): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed May 31, 2017
1 parent 3ec6e16 commit 4f29257
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kitsuStub =
result =
attributes:
ageRating: "PG"
averageRating: 3.52345
averageRating: "3.52"
canonicalTitle: "One Piece"
coverImage:
original: "http://coverImage.png"
Expand Down Expand Up @@ -122,6 +122,7 @@ describe "hubot-kitsu", ->
"Rating: PG\n" +
"Aired: 2000-01-01\n" +
"Status: Currently Airing\n" +
"Duration: 24 min\n" +
"Video: https://www.youtube.com/watch?v=um-tFlVamOI"
color: "#36a64f"
title: "One Piece"
Expand Down Expand Up @@ -151,6 +152,10 @@ describe "hubot-kitsu", ->
short: true
title: "Status"
value: "Currently Airing"
,
short: true
title: "Duration"
value: "24 min"
,
short: false
title: "Video"
Expand Down

0 comments on commit 4f29257

Please sign in to comment.