From c6179b1a59871e1a9e73098af45dba05c3eeea63 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Thu, 25 May 2017 10:52:30 +0200 Subject: [PATCH] Fix broken tests. --- tests/UpdateTest/TimelineTest.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UpdateTest/TimelineTest.elm b/tests/UpdateTest/TimelineTest.elm index 1fa11fb..f3e1fbe 100644 --- a/tests/UpdateTest/TimelineTest.elm +++ b/tests/UpdateTest/TimelineTest.elm @@ -9,7 +9,7 @@ import Fixtures all : Test all = describe "Update.Timeline tests" - [ describe "removeAccountStatuses" + [ describe "cleanUnfollow" [ test "Remove account statuses" <| \() -> let @@ -27,7 +27,7 @@ all = } in timeline - |> Update.Timeline.removeAccountStatuses Fixtures.accountNico Fixtures.accountVjousse + |> Update.Timeline.cleanUnfollow Fixtures.accountNico Fixtures.accountVjousse |> .entries |> Expect.equal [ Fixtures.statusNicoToVjousse