From c5add865c439037869fb7765e53e6f41f8939555 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Tue, 23 May 2017 09:15:54 +0200 Subject: [PATCH] Fix broken tests. --- tests/Fixtures.elm | 4 ++++ 1 file changed, 4 insertions(+) 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