1
0
Fork 0

Fix broken tests.

This commit is contained in:
Nicolas Perriault 2017-05-23 09:15:54 +02:00
parent b6c858da2d
commit c5add865c4
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,7 @@ accountPloum =
statusNicoToVjousse : Status statusNicoToVjousse : Status
statusNicoToVjousse = statusNicoToVjousse =
{ account = accountNico { account = accountNico
, application = Nothing
, content = "<p>@vjousse coucou</p>" , content = "<p>@vjousse coucou</p>"
, created_at = "2017-04-24T20:16:20.922Z" , created_at = "2017-04-24T20:16:20.922Z"
, favourited = Nothing , favourited = Nothing
@ -108,6 +109,7 @@ statusNicoToVjousse =
statusNicoToVjousseAgain : Status statusNicoToVjousseAgain : Status
statusNicoToVjousseAgain = statusNicoToVjousseAgain =
{ account = accountNico { account = accountNico
, application = Nothing
, content = "<p>@vjousse recoucou</p>" , content = "<p>@vjousse recoucou</p>"
, created_at = "2017-04-25T07:41:23.492Z" , created_at = "2017-04-25T07:41:23.492Z"
, favourited = Nothing , favourited = Nothing
@ -138,6 +140,7 @@ statusNicoToVjousseAgain =
statusPloumToVjousse : Status statusPloumToVjousse : Status
statusPloumToVjousse = statusPloumToVjousse =
{ account = accountPloum { account = accountPloum
, application = Nothing
, content = "<p>hey @vjousse</p>" , content = "<p>hey @vjousse</p>"
, created_at = "2017-04-25T07:41:23.492Z" , created_at = "2017-04-25T07:41:23.492Z"
, favourited = Nothing , favourited = Nothing
@ -168,6 +171,7 @@ statusPloumToVjousse =
statusReblogged : Status statusReblogged : Status
statusReblogged = statusReblogged =
{ account = accountVjousse { account = accountVjousse
, application = Nothing
, content = "<p>fake post</p>" , content = "<p>fake post</p>"
, created_at = "2017-04-24T20:16:20.922Z" , created_at = "2017-04-24T20:16:20.922Z"
, favourited = Nothing , favourited = Nothing