TimelineDAOTest: fix to compile

main
Alibek Omarov 4 years ago
parent 022e3fcd2f
commit de96980a11
  1. 5
      app/src/androidTest/java/com/keylesspalace/tusky/TimelineDAOTest.kt

@ -207,8 +207,9 @@ class TimelineDAOTest {
reblogsCount = 1 * statusId.toInt(),
favouritesCount = 2 * statusId.toInt(),
reblogged = even,
favourited = !even,
sensitive = even,
bookmarked = !even,
favourited = even,
sensitive = !even,
spoilerText = "spoier$statusId",
visibility = Status.Visibility.PRIVATE,
attachments = "attachments$accountId",

Loading…
Cancel
Save