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