1
0
Fork 0

Fix broken tests.

This commit is contained in:
Nicolas Perriault 2017-05-25 10:52:30 +02:00
parent cba6ea07e0
commit c6179b1a59
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 2 deletions

View File

@ -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