mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-01 19:51:34 +01:00
fix Android tests (#1391)
This commit is contained in:
parent
83f9638aaf
commit
cecbb336fe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user