fix Android tests (#1391)
This commit is contained in:
parent
83f9638aaf
commit
cecbb336fe
1 changed files with 4 additions and 2 deletions
|
@ -174,7 +174,8 @@ class TimelineDAOTest {
|
||||||
"displayName",
|
"displayName",
|
||||||
"blah",
|
"blah",
|
||||||
"avatar",
|
"avatar",
|
||||||
"[\"tusky\": \"http://tusky.cool/emoji.jpg\"]"
|
"[\"tusky\": \"http://tusky.cool/emoji.jpg\"]",
|
||||||
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
val reblogAuthor = if (reblog) {
|
val reblogAuthor = if (reblog) {
|
||||||
|
@ -186,7 +187,8 @@ class TimelineDAOTest {
|
||||||
"RdisplayName",
|
"RdisplayName",
|
||||||
"Rblah",
|
"Rblah",
|
||||||
"Ravatar",
|
"Ravatar",
|
||||||
emojis = "[]"
|
"[]",
|
||||||
|
false
|
||||||
)
|
)
|
||||||
} else null
|
} else null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue