fix Android tests (#1391)

This commit is contained in:
Konrad Pozniak 2019-07-16 19:27:07 +02:00 committed by GitHub
parent 83f9638aaf
commit cecbb336fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -174,7 +174,8 @@ class TimelineDAOTest {
"displayName",
"blah",
"avatar",
"[\"tusky\": \"http://tusky.cool/emoji.jpg\"]"
"[\"tusky\": \"http://tusky.cool/emoji.jpg\"]",
false
)
val reblogAuthor = if (reblog) {
@ -186,7 +187,8 @@ class TimelineDAOTest {
"RdisplayName",
"Rblah",
"Ravatar",
emojis = "[]"
"[]",
false
)
} else null