diff --git a/tests/Fixtures.elm b/tests/Fixtures.elm index aed1013..69158fa 100644 --- a/tests/Fixtures.elm +++ b/tests/Fixtures.elm @@ -78,6 +78,7 @@ accountPloum = statusNicoToVjousse : Status statusNicoToVjousse = { account = accountNico + , application = Nothing , content = "

@vjousse coucou

" , created_at = "2017-04-24T20:16:20.922Z" , favourited = Nothing @@ -108,6 +109,7 @@ statusNicoToVjousse = statusNicoToVjousseAgain : Status statusNicoToVjousseAgain = { account = accountNico + , application = Nothing , content = "

@vjousse recoucou

" , created_at = "2017-04-25T07:41:23.492Z" , favourited = Nothing @@ -138,6 +140,7 @@ statusNicoToVjousseAgain = statusPloumToVjousse : Status statusPloumToVjousse = { account = accountPloum + , application = Nothing , content = "

hey @vjousse

" , created_at = "2017-04-25T07:41:23.492Z" , favourited = Nothing @@ -168,6 +171,7 @@ statusPloumToVjousse = statusReblogged : Status statusReblogged = { account = accountVjousse + , application = Nothing , content = "

fake post

" , created_at = "2017-04-24T20:16:20.922Z" , favourited = Nothing