cleanup entity classes and ViewThreadFragment (#1302)
* cleanup entity classes and ViewThreadFragment * fix tests
This commit is contained in:
parent
d863bc50e4
commit
2b2212e951
11 changed files with 52 additions and 132 deletions
|
@ -85,7 +85,8 @@ class BottomSheetActivityTest {
|
|||
arrayOf(),
|
||||
null,
|
||||
pinned = false,
|
||||
poll = null
|
||||
poll = null,
|
||||
card = null
|
||||
)
|
||||
private val statusCallback = FakeSearchResults(status)
|
||||
|
||||
|
|
|
@ -315,7 +315,8 @@ class TimelineRepositoryTest {
|
|||
pinned = false,
|
||||
reblog = null,
|
||||
url = "http://example.com/statuses/$id",
|
||||
poll = null
|
||||
poll = null,
|
||||
card = null
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue